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