Update from global requirements

Change-Id: Iffe6f7b91453d89be169a93f470330fb577018cd
This commit is contained in:
Dirk Mueller 2016-05-26 13:22:04 +02:00
parent 1dd38e7bb5
commit 941eaef054
1 changed files with 8 additions and 5 deletions

View File

@ -1,7 +1,10 @@
flake8
testrepository>=0.0.18
testresources>=0.2.4
testtools>=1.4.0
# 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.
flake8<2.6.0,>=2.5.4 # MIT
testrepository>=0.0.18 # Apache-2.0/BSD
testresources>=0.2.4 # Apache-2.0/BSD
testtools>=1.4.0 # MIT
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