Update requirements to OpenStack's recommendations
This synchronizes requirements.txt, test-requirements.txt and setup.py with the current state of the openstack/requirements global-requirements.txt list. Also adds flake8 exclusions to tox.ini for new hacking rules with which git-review does not yet comply. Change-Id: I837ba57134bea16dd46c3f512bccd51cb39f76c8
This commit is contained in:
parent
640f9ef58d
commit
59e7414d2a
@ -1,2 +1,2 @@
|
||||
argparse
|
||||
requests
|
||||
requests>=1.1
|
||||
|
3
setup.py
3
setup.py
@ -17,5 +17,4 @@
|
||||
import setuptools
|
||||
|
||||
|
||||
setuptools.setup(setup_requires=['pbr>=0.5.21,<1.0'],
|
||||
pbr=True)
|
||||
setuptools.setup(setup_requires=['pbr'], pbr=True)
|
||||
|
@ -1,6 +1,6 @@
|
||||
hacking>=0.8.0,<0.9
|
||||
hacking>=0.9.2,<0.10
|
||||
discover
|
||||
|
||||
fixtures>=0.3.14,<0.4
|
||||
testrepository>=0.0.13
|
||||
testtools>=0.9.27
|
||||
fixtures>=0.3.14
|
||||
testrepository>=0.0.18
|
||||
testtools>=0.9.34
|
||||
|
Loading…
Reference in New Issue
Block a user