Update requirements to match havana's ones
Update repo with openstack/requirements/update.py. Change-Id: I467b10ad05ee12efaa84d15e00a85d25476b87b0
This commit is contained in:
parent
0349d3ba7b
commit
7790028222
@ -1,4 +1,5 @@
|
|||||||
pbr>=0.5.21,<1.0
|
pbr>=0.5.21,<1.0
|
||||||
anyjson
|
anyjson>=0.3.3
|
||||||
eventlet>=0.9.12
|
eventlet>=0.13.0
|
||||||
https://github.com/istalker2/puka/releases/download/1.0.7c/puka-1.0.7c.tar.gz#egg=puka-1.0.7c
|
https://github.com/istalker2/puka/releases/download/1.0.7c/puka-1.0.7c.tar.gz#egg=puka-1.0.7c
|
||||||
|
|
||||||
|
1
setup.py
1
setup.py
@ -14,6 +14,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
|
# THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT
|
||||||
import setuptools
|
import setuptools
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
|
@ -1,16 +1,17 @@
|
|||||||
# Install bounded pep8/pyflakes first, then let flake8 install
|
# Install bounded pep8/pyflakes first, then let flake8 install
|
||||||
pep8==1.4.5
|
pep8==1.4.5
|
||||||
pyflakes==0.7.2
|
pyflakes>=0.7.2,<0.7.4
|
||||||
flake8==2.0
|
flake8==2.0
|
||||||
hacking>=0.5.3,<0.6
|
hacking>=0.5.6,<0.8
|
||||||
|
|
||||||
coverage
|
coverage>=3.6
|
||||||
discover
|
discover
|
||||||
fixtures>=0.3.12
|
fixtures>=0.3.14
|
||||||
keyring
|
keyring>=1.6.1,<2.0
|
||||||
mock
|
mock>=1.0
|
||||||
sphinx>=1.1.2
|
sphinx>=1.1.2
|
||||||
testrepository>=0.0.13
|
testrepository>=0.0.17
|
||||||
testtools>=0.9.26
|
testtools>=0.9.32
|
||||||
unittest2
|
unittest2
|
||||||
nose
|
nose
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user