summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-07-28 21:32:30 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-07-28 21:32:30 +0000
commit45473b7cb5f41dc22b903a8cabfbf17a751eaa22 (patch)
treebfe3a026ea9cabe8514902c60a9ef3d919df51bd
parentf256f78abd4d5a65f5145fbdf676750ab9880ecc (diff)
downloadoslo-db-45473b7cb5f41dc22b903a8cabfbf17a751eaa22.tar.gz
Updated from global requirements
Change-Id: I704716348638670abf3e3d8209f907a666fab267
-rw-r--r--requirements.txt16
-rw-r--r--[-rwxr-xr-x]setup.py1
-rw-r--r--test-requirements.txt22
3 files changed, 19 insertions, 20 deletions
diff --git a/requirements.txt b/requirements.txt
index 41c2231..d6f7bab 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,12 +2,12 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-alembic>=0.6.4,<=0.7.4
-Babel>=1.3,<=1.3
-iso8601>=0.1.9,<=0.1.10
-oslo.i18n>=1.0.0,<=1.3.1 # Apache-2.0
-oslo.config>=1.4.0,<=1.6.0 # Apache-2.0
-oslo.utils>=1.0.0,<=1.2.1 # Apache-2.0
-SQLAlchemy>=0.8.4,<=0.9.99,!=0.9.0,!=0.9.1,!=0.9.2,!=0.9.3,!=0.9.4,!=0.9.5,!=0.9.6
+alembic<=0.7.4,>=0.6.4
+Babel<=1.3,>=1.3
+iso8601<=0.1.10,>=0.1.9
+oslo.i18n<=1.3.1,>=1.0.0 # Apache-2.0
+oslo.config<=1.6.0,>=1.4.0 # Apache-2.0
+oslo.utils<1.5.0,>=1.4.0 # Apache-2.0
+SQLAlchemy!=0.9.0,!=0.9.1,!=0.9.2,!=0.9.3,!=0.9.4,!=0.9.5,!=0.9.6,<=0.9.99,>=0.8.4
sqlalchemy-migrate==0.9.1
-stevedore>=1.0.0,<=1.2.0 # Apache-2.0
+stevedore<=1.3.0,>=1.0.0 # Apache-2.0
diff --git a/setup.py b/setup.py
index 7363757..056c16c 100755..100644
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
#
# Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/test-requirements.txt b/test-requirements.txt
index fe9002f..764c803 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -2,18 +2,18 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-hacking>=0.9.2,<0.10
+hacking<0.10,>=0.9.2
-coverage>=3.6,<=3.7.1
+coverage<=3.7.1,>=3.6
discover<=0.4.0
-doc8 # Apache-2.0
-fixtures>=0.3.14,<=1.0.0
+doc8 # Apache-2.0
+fixtures<=1.0.0,>=0.3.14
MySQL-python<=1.2.3
psycopg2<=2.6
-python-subunit>=0.0.18,<=1.0.0
-sphinx>=1.1.2,!=1.2.0,<1.3
-oslosphinx>=2.2.0,<2.5.0 # Apache-2.0
-oslotest>=1.1.0,<1.4.0 # Apache-2.0
-testrepository>=0.0.18,<=0.0.20
-testscenarios>=0.4,<=0.4
-testtools>=0.9.34,!=1.4.0,<=1.5.0
+python-subunit<=1.0.0,>=0.0.18
+sphinx!=1.2.0,<1.3,>=1.1.2
+oslosphinx<2.5.0,>=2.2.0 # Apache-2.0
+oslotest<1.4.0,>=1.1.0 # Apache-2.0
+testrepository<=0.0.20,>=0.0.18
+testscenarios<=0.4,>=0.4
+testtools!=1.4.0,<=1.5.0,>=0.9.34