Skip to content

Commit 85a63c3

Browse files
committed
Merge pull request readthedocs#2004 from rtfd/upgrade-setuptools
Bump setuptools to latest
2 parents e9bdb0c + d4f4d93 commit 85a63c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/doc_builder/python_environments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def install_core_requirements(self):
9999
requirements = [
100100
'sphinx==1.3.5',
101101
'Pygments==2.0.2',
102-
'setuptools==18.6.1',
102+
'setuptools==20.1.1',
103103
'docutils==0.12',
104104
'mkdocs==0.15.0',
105105
'mock==1.0.1',

0 commit comments

Comments
 (0)