diff options
Diffstat (limited to 'lower-constraints.txt')
-rw-r--r-- | lower-constraints.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lower-constraints.txt b/lower-constraints.txt index dab11af99..48a357922 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -1,4 +1,4 @@ -amqp==2.2.2 +amqp==5.0.0 Babel==2.3.4 bashate==0.5.1 bcrypt==3.1.3 @@ -8,7 +8,7 @@ docutils==0.14 dogpile.cache==0.6.2 fixtures==3.0.0 flake8-docstrings==0.2.1.post1 -flake8==2.5.5 +flake8==2.6.0 Flask===1.0.2 Flask-RESTful===0.3.5 freezegun==0.3.6 @@ -50,8 +50,10 @@ python-ldap===3.0.0 pymongo===3.0.2 pysaml2==4.5.0 PyJWT==1.6.1 +PyMySQL==0.7.6 python-keystoneclient==3.8.0 -python-memcached===1.56 +python-memcached==1.56;python_version=='2.7' +python-memcached==1.58;python_version>='3.4' pytz==2013.6 requests==2.14.2 scrypt==0.8.0 |