Skip to content

Commit

Permalink
Merge pull request #5450 from stsewd/update-setuptools
Browse files Browse the repository at this point in the history
Update version of setuptools
  • Loading branch information
ericholscher committed Mar 18, 2019
2 parents 495ff86 + ec1d08b commit 56a26f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readthedocs/doc_builder/python_environments.py
Expand Up @@ -284,7 +284,7 @@ def install_core_requirements(self):
self.project.get_feature_value(
Feature.USE_SETUPTOOLS_LATEST,
positive='setuptools<41',
negative='setuptools<40',
negative='setuptools<41',
),
'docutils==0.14',
'mock==1.0.1',
Expand Down

0 comments on commit 56a26f5

Please sign in to comment.