summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-04-08 13:56:36 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-04-08 13:56:36 +0000
commit4407772a2d16786e4c5a5d7f1df62aec2d210a59 (patch)
treedc935f14f7a79538b3b94b58f94c9f878579ae34
parentb3a1adb419071fb8d47861fe0b2921cd9d30fc5c (diff)
downloadoslo-vmware-4407772a2d16786e4c5a5d7f1df62aec2d210a59.tar.gz
Updated from global requirements
Change-Id: Id1d9471d8e2516cfa5852d012210c258cde935b0
-rw-r--r--requirements.txt12
-rw-r--r--test-requirements.txt18
2 files changed, 15 insertions, 15 deletions
diff --git a/requirements.txt b/requirements.txt
index 59333ad..1d6c7a8 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,17 +1,17 @@
stevedore>=0.14,<1.2
-netaddr>=0.7.6
+netaddr>=0.7.6,<=0.7.14
# for timeutils
-iso8601>=0.1.9
+iso8601>=0.1.9,<=0.1.10
# for jsonutils
-six>=1.6.0
+six>=1.6.0,<=1.9.0
# used by openstack/common/gettextutils.py
-Babel>=1.3
+Babel>=1.3,<=1.3
# for the routing notifier
-PyYAML>=3.1.0
+PyYAML>=3.1.0,<=3.11
-suds>=0.4
+suds==0.4
eventlet>=0.13.0,<0.16.0
diff --git a/test-requirements.txt b/test-requirements.txt
index f7b3929..7568d3e 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,20 +1,20 @@
# Hacking already pins down pep8, pyflakes and flake8
hacking>=0.8.0,<0.9
-discover
-fixtures>=0.3.14
-mock>=1.0
+discover<=0.4.0
+fixtures>=0.3.14,<=1.0.0
+mock>=1.0,<=1.0.1
mox3>=0.7.0
-python-subunit>=0.0.18
-testrepository>=0.0.18
-testscenarios>=0.4
-testtools>=0.9.34,!=1.2.0,!=1.4.0
+python-subunit>=0.0.18,<=1.1.0
+testrepository>=0.0.18,<=0.0.20
+testscenarios>=0.4,<=0.4
+testtools>=0.9.34,!=1.2.0,!=1.4.0,<=1.7.1
# when we can require tox>= 1.4, this can go into tox.ini:
# [testenv:cover]
# deps = {[testenv]deps} coverage
-coverage>=3.6
+coverage>=3.6,<=3.7.1
# this is required for the docs build jobs
sphinx>=1.1.2,<1.1.999
-oslosphinx
+oslosphinx<=2.5.0