summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorgordon chung <gord@live.ca>2014-12-02 09:59:19 -0500
committergordon chung <gord@live.ca>2014-12-15 11:55:31 -0500
commit3d18b9c8ed269b489015c71ef6691ac4357f639e (patch)
tree94f2310b2148ca563f9b4f67e4ba418cd5151b23 /requirements.txt
parentdb8a91fe1316b8e843ee7360451b24b6c06de1c7 (diff)
downloadpycadf-3d18b9c8ed269b489015c71ef6691ac4357f639e.tar.gz
deprecate audit middleware
we should deprecate audit middleware as soon as possible so we can remove it from library. switch oslo.messaging to test as it is only a requirement for middleware and not pycadf in general. Change-Id: I60820cc15d05b3c07215c2000d806b4a0aa42889 Closes-Bug: #1398411
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 72596f9..679cf9a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,7 +4,6 @@
Babel>=1.3
oslo.config>=1.4.0 # Apache-2.0
oslo.i18n>=1.0.0 # Apache-2.0
-oslo.messaging>=1.4.0,!=1.5.0
oslo.serialization>=1.0.0 # Apache-2.0
pytz
six>=1.7.0