Upgrade setuptools to avoid bug while installing of OpenStack requirements

RE: pypa/setuptools#951
This commit is contained in:
Kshitij Sobti
2018-01-24 12:45:06 +05:30
parent 955dc60a3f
commit d8b236da87
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
# * @edx/devops - to check system requirements
# Pin packaging tools the same as edxapp. Keep them in sync for our sanity.
setuptools==34.0.2
setuptools==37.0.0
pip==9.0.1

View File

@@ -6,7 +6,7 @@
# Packaging pre-requisites.
pyparsing==2.0.7
setuptools==34.0.2
setuptools==37.0.0
pip==9.0.1
# Numpy and scipy can't be installed in the same pip run.