Skip to content

Commit 41b35bf

Browse files
committed
update setuptools version
1 parent 11cdf21 commit 41b35bf

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

buildout.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ parts =
88

99
[nodejs]
1010
recipe = gp.recipe.node
11-
npms = bower grunt
1211

1312
[sphinx]
1413
recipe = zc.recipe.egg:script

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ sphinx-autobuild==0.6.0
1010
# the next section should mirror the RTD environment
1111

1212
alabaster>=0.7,<0.8,!=0.7.5
13-
setuptools<41
13+
setuptools==40.6.3
1414
sphinx==1.7.4

versions.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ zc.buildout = 2.10.0
88
zc.recipe.egg = 2.0.3
99

1010
Sphinx = 1.7.4
11+
setuptools = 40.6.3
1112

1213
# Required by:
1314
# gp.recipe.node

0 commit comments

Comments
 (0)