barbican/requirements.txt
jfwood 1500c523ee Pin Pecan to 0.6.0 to fix binary secret decrypts
With the latest vesion of Pecan (0.7.0) attempts to GET binary secrets
with an Accept header of application/octet-stream result in a
Pecan/WebOb error trying to utf-8 decode the binary response.
See this link for more details:
https://bugs.launchpad.net/pecan/+bug/1373003

Change-Id: Id9469cb836cfc34636859d4cc8c0bce234e64e92
Related-Bug: #1373003
2014-09-23 11:15:16 -05:00

30 lines
534 B
Plaintext

alembic>=0.4.1
argparse
Babel>=1.3
cryptography>=0.4
eventlet>=0.13.0
iso8601>=0.1.9
jsonschema>=1.3.0,!=1.4.0
kombu>=2.4.8
netaddr>=0.7.6
oslo.config>=1.2.0
oslo.messaging>=1.3.0a4
Paste
PasteDeploy>=1.5.0
pbr>=0.6,!=0.7,<1.0
# TODO(john-wood-w) Temporary pin of Pecan, pending bug:
# https://bugs.launchpad.net/pecan/+bug/1373003
pecan==0.6.0
pycrypto>=2.6
pysqlite
keystonemiddleware>=1.0.0
six>=1.7.0
SQLAlchemy>=0.7.8,<=0.9.99
stevedore>=0.12
WebOb>=1.2.3,<1.3
wsgiref>=0.1.2
# TODO: Get this working again...PyKCS11>=1.2.4