Update requirements for master branch
Change-Id: I840210b07d23107fa64b94982c9762259ae9337b
This commit is contained in:
@ -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
|
||||
python-keystoneclient>=0.10.0
|
||||
python-keystoneclient>=1.3.0
|
||||
PyYAML>=3.1.0
|
||||
requests>=1.2.1,!=2.4.0
|
||||
requests>=2.5.2
|
||||
|
2
setup.py
2
setup.py
@ -5,7 +5,7 @@
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
|
@ -1,12 +1,8 @@
|
||||
hacking>=0.9.2,<0.10
|
||||
pyflakes==0.8.1
|
||||
flake8==2.1.0
|
||||
pylint==0.25.2
|
||||
sphinx>=1.1.2,!=1.2.0,<1.3
|
||||
pylint==1.4.1 # GNU GPL v2
|
||||
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
|
||||
unittest2
|
||||
fixtures>=0.3.14
|
||||
mock>=1.0
|
||||
nose
|
||||
testtools>=0.9.34
|
||||
lockfile>=0.8
|
||||
tempest-lib
|
||||
testtools>=0.9.36,!=1.2.0
|
||||
|
Reference in New Issue
Block a user