Updated from global requirements

Change-Id: I7fbc325ad8959038c755df1fbfe197dbc8286e4f
This commit is contained in:
OpenStack Proposal Bot 2014-09-11 00:31:28 +00:00
parent 2eb338b787
commit 5dca4b0b24
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,8 @@
# 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>=0.6,!=0.7,<1.0
requests>=1.1
requests>=1.2.1,!=2.4.0
six>=1.7.0
stevedore>=0.14
jsonschema>=2.0.0,<3.0.0

View File

@ -1,3 +1,6 @@
# 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.
# Hacking already pins down pep8, pyflakes and flake8
hacking>=0.8.0,<0.9
# Unit testing