Files
packstack/requirements.txt
Ivan Chavero 7691a6c580 Fix requirements when installing from source
Nova fails to work with some versions of cryptography so we have
to adjust for the version that nova sets in its own requirements,
this makes us set pyOpenSSL < 16.0.0 because it does not work with
the version of cryptograpy that gets installed when it's constrained
to: cryptography!=1.3.0,>=1.0.

Change-Id: I59fbaab8e8034916fb41ee76b429469982bd7d39
2016-04-25 11:24:04 -06:00

6 lines
86 B
Plaintext

netaddr>=0.7.6
PyYAML>=3.10
docutils>=0.11
cryptography!=1.2.2,>=1.0
pyOpenSSL<15.0.0