Add pip and setuptools to requirements files

These packages were getting silently updated, making vendoring these dependencies difficult.

This ensures that the expected versions of these packages are installed in the virtualenvs.
This commit is contained in:
Shane McDonald 2017-03-13 16:45:20 -04:00
parent 7f8bbb66ef
commit 4742cede0d
4 changed files with 8 additions and 2 deletions

View File

@ -49,3 +49,5 @@ slackclient==1.0.2
twilio==5.6.0
uWSGI==2.0.14
xmltodict==0.10.2
pip==8.1.2
setuptools==23.0.0

View File

@ -197,4 +197,5 @@ xmltodict==0.10.2
zope.interface==4.3.3 # via twisted
# The following packages are considered to be unsafe in a requirements file:
# setuptools # via cryptography, django-polymorphic, python-ldap, zope.interface
pip==8.1.2
setuptools==23.0.0

View File

@ -11,3 +11,5 @@ pyvmomi==6.5
pywinrm[kerberos]==0.2.2
secretstorage==2.3.1
shade==1.13.1
setuptools==23.0.0
pip==8.1.2

View File

@ -128,4 +128,5 @@ wrapt==1.10.8 # via debtcollector, positional
xmltodict==0.10.2 # via pywinrm
# The following packages are considered to be unsafe in a requirements file:
# setuptools # via cryptography
pip==8.1.2
setuptools==23.0.0