summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authoralextricity25 <miguel.cantu@rackspace.com>2017-05-02 10:03:48 -0500
committeralextricity25 <miguel.cantu@rackspace.com>2017-05-02 10:04:42 -0500
commit66a77bb64a7b11e3058e2cb4117fbe4b0a2ff158 (patch)
tree307eb3c371a0bf958e0a48135ca11327cb0e3700 /requirements.txt
parent2726419a11fd3206c2dc75f1aa4639a42e0546b5 (diff)
downloadceilometer-66a77bb64a7b11e3058e2cb4117fbe4b0a2ff158.tar.gz
Remove upper constraint on sqlalchemy
To comply with the upper-constraints defined in OpenStack Requirements, the upper constraint for sqlalchemy has been removed Change-Id: Icb48c61b9022216a9593cdf20bb6166cb742fe56 Closes-Bug: #1687641
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index eddf54e9..a91af1bc 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -39,7 +39,7 @@ python-cinderclient>=1.6.0,!=1.7.0,!=1.7.1 # Apache-2.0
PyYAML>=3.1.0 # MIT
requests!=2.9.0,>=2.8.1 # Apache-2.0
six>=1.9.0 # MIT
-SQLAlchemy<1.1.0,>=1.0.10 # MIT
+SQLAlchemy>=1.0.10 # MIT
sqlalchemy-migrate>=0.9.6 # Apache-2.0
stevedore>=1.9.0 # Apache-2.0
tenacity>=3.2.1 # Apache-2.0