Updated from global requirements

Change-Id: I5aefd1db8a9bf2135b82b02d7f6b96b8dae525ba
This commit is contained in:
OpenStack Proposal Bot 2016-01-19 12:01:41 +00:00
parent 8fc8d4e7ad
commit c15639cfc8
1 changed files with 12 additions and 12 deletions

View File

@ -1,15 +1,15 @@
# The order of packages is significant, because pip processes them in the order # 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 # of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later. # process, which may cause wedges in the gate later.
unittest2 unittest2 # BSD
nose nose # LGPL
coverage>=3.6 coverage>=3.6 # Apache-2.0
mock>=1.2 mock>=1.2 # BSD
pep8==1.5.7 pep8==1.5.7 # MIT
eventlet>=0.17.4 eventlet>=0.17.4 # MIT
iso8601>=0.1.9 iso8601>=0.1.9 # MIT
python-novaclient!=2.33.0,>=2.29.0 python-novaclient!=2.33.0,>=2.29.0 # Apache-2.0
WebOb>=1.2.3 WebOb>=1.2.3 # MIT
mox>=0.5.3 mox>=0.5.3 # Apache-2.0
testtools>=1.4.0 testtools>=1.4.0 # MIT
fixtures>=1.3.1 fixtures>=1.3.1 # Apache-2.0/BSD