refstack-client/requirements.txt
Luz Cazares ef1cc141a3 Switch from pycrypto to cryptography
PyCrypto seems to no longer be maintained and has issues with
Python 3+. This patch switches refstack-client to use the cryptography
library instead. Cryptography is actively maintained and works with
later versions of Python.

Change-Id: Ie6d1405b1d48bcf12b6064f32a77810cbfc46a86
2017-06-27 20:40:15 +00:00

7 lines
128 B
Plaintext

gitpython>=0.3.2.RC1
python-subunit>=0.0.18
cryptography>=1.0,!=1.3.0 # BSD/Apache-2.0
requests>=2.5.2
PyYAML>=3.1.0
six>=1.9.0