Update requirements for master branch

Change-Id: I840210b07d23107fa64b94982c9762259ae9337b
This commit is contained in:
Renat Akhmerov
2015-05-01 00:55:32 +06:00
parent 63a41d657d
commit 9ddde1aa6f
3 changed files with 7 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
cliff>=1.7.0 # Apache-2.0 cliff>=1.10.0 # Apache-2.0
pbr>=0.6,!=0.7,<1.0 pbr>=0.6,!=0.7,<1.0
python-keystoneclient>=0.10.0 python-keystoneclient>=1.3.0
PyYAML>=3.1.0 PyYAML>=3.1.0
requests>=1.2.1,!=2.4.0 requests>=2.5.2

View File

@@ -1,12 +1,8 @@
hacking>=0.9.2,<0.10 hacking>=0.9.2,<0.10
pyflakes==0.8.1 pylint==1.4.1 # GNU GPL v2
flake8==2.1.0 sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
pylint==0.25.2
sphinx>=1.1.2,!=1.2.0,<1.3
unittest2 unittest2
fixtures>=0.3.14 fixtures>=0.3.14
mock>=1.0 mock>=1.0
nose nose
testtools>=0.9.34 testtools>=0.9.36,!=1.2.0
lockfile>=0.8
tempest-lib