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:
Shane McDonald 2017-08-10 09:09:54 -04:00
parent 1f902743cf
commit 5af04e3164
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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