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
|
argparse
|
||||||
requests
|
requests>=1.1
|
||||||
|
3
setup.py
3
setup.py
@ -17,5 +17,4 @@
|
|||||||
import setuptools
|
import setuptools
|
||||||
|
|
||||||
|
|
||||||
setuptools.setup(setup_requires=['pbr>=0.5.21,<1.0'],
|
setuptools.setup(setup_requires=['pbr'], pbr=True)
|
||||||
pbr=True)
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
hacking>=0.8.0,<0.9
|
hacking>=0.9.2,<0.10
|
||||||
discover
|
discover
|
||||||
|
|
||||||
fixtures>=0.3.14,<0.4
|
fixtures>=0.3.14
|
||||||
testrepository>=0.0.13
|
testrepository>=0.0.18
|
||||||
testtools>=0.9.27
|
testtools>=0.9.34
|
||||||
|
2
tox.ini
2
tox.ini
@ -23,6 +23,6 @@ commands = python setup.py sdist {posargs}
|
|||||||
commands = {posargs}
|
commands = {posargs}
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
ignore = E125
|
ignore = E125,H202,H305,H307,H405,H904
|
||||||
show-source = True
|
show-source = True
|
||||||
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
|
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
|
||||||
|
Loading…
Reference in New Issue
Block a user