Merge "Updated from global requirements"

This commit is contained in:
Jenkins 2017-09-20 20:35:08 +00:00 committed by Gerrit Code Review
commit 59917aab2f
2 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
six>=1.9.0 # MIT
# Enum library made for <= python 3.3
enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD
enum34>=1.0.4;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD
# For async and/or periodic work
futurist>=1.2.0 # Apache-2.0

View File

@ -68,11 +68,11 @@ eventlet =
eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT
doc =
sphinx>=1.6.2 # BSD
openstackdocstheme>=1.16.0 # Apache-2.0
openstackdocstheme>=1.17.0 # Apache-2.0
database =
SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT
alembic>=0.8.10 # MIT
SQLAlchemy-Utils # BSD License
SQLAlchemy-Utils>=0.30.11 # BSD License
PyMySQL>=0.7.6 # MIT License
psycopg2>=2.6.2 # LGPL/ZPL
test =
@ -82,7 +82,7 @@ test =
mock>=2.0.0 # BSD
testtools>=1.4.0 # MIT
testscenarios>=0.4 # Apache-2.0/BSD
doc8 # Apache-2.0
doc8>=0.6.0 # Apache-2.0
reno>=2.5.0 # Apache-2.0
[nosetests]