summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKiall Mac Innes <kiall@hp.com>2014-03-10 13:56:22 +0000
committerKiall Mac Innes <kiall@hp.com>2014-03-10 13:56:39 +0000
commit79dbb4685657a1cf9b5e1a9140cd46892ec102ab (patch)
tree73963a8c1352e4725bf7bbc0de510557a4aa3344
parent120191f9cdb099e91d78a2628a5d366418ab138f (diff)
downloaddesignate-79dbb4685657a1cf9b5e1a9140cd46892ec102ab.tar.gz
Sync with global-requirements repo
Change-Id: I2a929442beb6058d941142fb6ec621243139bd91
-rw-r--r--requirements.txt6
-rw-r--r--test-requirements.txt2
2 files changed, 4 insertions, 4 deletions
diff --git a/requirements.txt b/requirements.txt
index 5177ac2e..098b776c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -13,13 +13,13 @@ oslo.rootwrap
Paste
PasteDeploy>=1.5.0
pbr>=0.6,<1.0
-pecan>=0.2.0
+pecan>=0.4.5
python-keystoneclient>=0.6.0
python-neutronclient>=2.3.4,<3
Routes>=1.12.3
-six>=1.4.1
+six>=1.5.2
SQLAlchemy>=0.7.8,<=0.8.99
-sqlalchemy-migrate>=0.8.2
+sqlalchemy-migrate>=0.8.2,!=0.8.4
stevedore>=0.14
WebOb>=1.2.3
dnspython>=1.9.4
diff --git a/test-requirements.txt b/test-requirements.txt
index 4cae08ce..48f2bee8 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9,6 +9,6 @@ python-subunit>=0.0.18
sphinx>=1.1.2,<1.2
sphinxcontrib-httpdomain
testtools>=0.9.34
-testrepository>=0.0.17
+testrepository>=0.0.18
testscenarios>=0.4
WebTest>=2.0