Updated from global requirements

Change-Id: Ia66b06515d600c833ddc085cc43716fd0c6fb8f8
This commit is contained in:
OpenStack Proposal Bot 2016-01-16 03:25:43 +00:00
parent 54a095d75b
commit a61240a350
2 changed files with 12 additions and 12 deletions

View File

@ -1,11 +1,11 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
pbr>=1.6
cmd2>=0.6.7
PrettyTable<0.8,>=0.7
pyparsing>=2.0.1
six>=1.9.0
pbr>=1.6 # Apache-2.0
cmd2>=0.6.7 # MIT
PrettyTable<0.8,>=0.7 # BSD
pyparsing>=2.0.1 # MIT
six>=1.9.0 # MIT
stevedore>=1.5.0 # Apache-2.0
unicodecsv>=0.8.0
PyYAML>=3.1.0
unicodecsv>=0.8.0 # BSD
PyYAML>=3.1.0 # MIT

View File

@ -1,10 +1,10 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
nose
mock>=1.2
coverage>=3.6
nose # LGPL
mock>=1.2 # BSD
coverage>=3.6 # Apache-2.0
# this is required for the docs build jobs
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
httplib2>=0.7.5
httplib2>=0.7.5 # MIT