mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 23:12:08 -03:30
Add pycrypto to Tower's requirements files
This is needed for GCE inventory syncs to work. Inventory Syncs run through the Tower virtual environment.
This commit is contained in:
parent
1f902743cf
commit
5af04e3164
@ -33,6 +33,7 @@ ordereddict==1.1
|
|||||||
pexpect==4.2.1
|
pexpect==4.2.1
|
||||||
psphere==0.5.2
|
psphere==0.5.2
|
||||||
psutil==5.2.2
|
psutil==5.2.2
|
||||||
|
pycrypto==2.6.1
|
||||||
pygerduty==0.35.2
|
pygerduty==0.35.2
|
||||||
pyOpenSSL==17.0.0
|
pyOpenSSL==17.0.0
|
||||||
pyparsing==2.2.0
|
pyparsing==2.2.0
|
||||||
|
|||||||
@ -131,6 +131,7 @@ ptyprocess==0.5.1 # via pexpect
|
|||||||
pyasn1-modules==0.0.9 # via service-identity
|
pyasn1-modules==0.0.9 # via service-identity
|
||||||
pyasn1==0.2.3 # via pyasn1-modules, service-identity
|
pyasn1==0.2.3 # via pyasn1-modules, service-identity
|
||||||
pycparser==2.17 # via cffi
|
pycparser==2.17 # via cffi
|
||||||
|
pycrypto==2.6.1
|
||||||
pygerduty==0.35.2
|
pygerduty==0.35.2
|
||||||
pyjwt==1.5.0 # via adal, python-social-auth, twilio
|
pyjwt==1.5.0 # via adal, python-social-auth, twilio
|
||||||
pyopenssl==17.0.0 # via pyvmomi, service-identity, twilio
|
pyopenssl==17.0.0 # via pyvmomi, service-identity, twilio
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user