Updated from global requirements

Change-Id: I61fcf110d2740b47599dc639c5f6caad12a298b1
This commit is contained in:
OpenStack Proposal Bot 2017-11-15 18:07:52 +00:00
parent 32649363fe
commit 0a8608755a
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@
pbr!=2.1.0,>=2.0.0 # Apache-2.0
six>=1.9.0 # MIT
monotonic>=0.6 # Apache-2.0
futures>=3.0;python_version=='2.7' or python_version=='2.6' # BSD
futures>=3.0.0;python_version=='2.7' or python_version=='2.6' # BSD
contextlib2>=0.4.0 # PSF License
PrettyTable<0.8,>=0.7.1 # BSD