
PyCrypto seems to no longer be maintained and has issues with Python 3+. This patch switches refstack to use the cryptography library instead. Cryptography is actively maintained and works with later versions of Python. Change-Id: I38baf813caad37c9fa63d2a3ffdacad5301a5139
16 lines
369 B
Plaintext
16 lines
369 B
Plaintext
SQLAlchemy>=0.8.3
|
|
alembic==0.5.0
|
|
beaker==1.6.5.post1
|
|
cryptography>=1.0,!=1.3.0 # BSD/Apache-2.0
|
|
#gunicorn 19.1.1 has a bug with threading module
|
|
gunicorn==18
|
|
oslo.config>=1.6.0 # Apache-2.0
|
|
oslo.db>=1.4.1 # Apache-2.0
|
|
oslo.log
|
|
pecan>=0.8.2
|
|
pyOpenSSL>=0.14
|
|
requests>=2.2.0,!=2.4.0
|
|
requests-cache>=0.4.9
|
|
jsonschema>=2.0.0,<3.0.0
|
|
PyMySQL>=0.6.2,!=0.6.4
|
|
PyJWT>=1.0.1 # MIT |