mirror of
https://github.com/ansible/awx.git
synced 2026-04-10 20:49:24 -02:30
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user