add shade back into AWX requirements

Last round of dependency updates showed that AWX
depended on packages which came implicitly from shade
decorator is added as an explicit dependency
and all of the rest of shade requirements are
added back in here.
This commit is contained in:
AlanCoding
2018-03-08 10:32:10 -05:00
parent 5bf2e00d24
commit 4a01805a19
2 changed files with 30 additions and 11 deletions

View File

@@ -9,7 +9,8 @@ boto3==1.6.2
channels==1.1.8
celery==3.1.25
daphne==1.3.0 # Last before backwards-incompatible channels 2 upgrade
Django==1.11.10
decorator==4.2.1
Django==1.11.11
django-auth-ldap==1.2.8
django-celery==3.2.2
django-crum==0.7.2
@@ -48,6 +49,7 @@ redbaron==0.6.3
requests<2.16 # Older versions rely on certify
requests-futures==0.9.7
service-identity==17.0.0
shade==1.27.0 # from Ansible requirements, may not be needed
slackclient==1.1.2
tacacs_plus==1.0
twilio==6.10.4