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
This commit is contained in:
jfwood 2014-09-23 11:07:12 -05:00
parent 6375d2cce5
commit 1500c523ee

View File

@ -12,7 +12,11 @@ oslo.messaging>=1.3.0a4
Paste
PasteDeploy>=1.5.0
pbr>=0.6,!=0.7,<1.0
pecan>=0.6.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