479d010d2d
Now that we're publishing them to PyPI we can begin the work of reworking the plugin projects to depend on the PyPI versions instead of listing direct git url depends. To do that, we need them in global-requirements. Add networking-odl, networking-bagpipe, networking-bgpvpn, networking-sfc, networking-l2gw, neutron-lbaas, neutron-fwaas, neutron-vpnaas, neutron-dynamic-routing, and vmware-nsxlib. Add these only to global-requirements for now - that way tools/tox_install.sh continues to work. As next step we can migrate from tox_install.sh to requirements and then add the constraints. Change-Id: I9feeda89b87bd88636170fee25dc6d1c20208e37
29 lines
449 B
Plaintext
29 lines
449 B
Plaintext
# linters - each project may have a different version with loose convergence
|
|
# over time.
|
|
astroid
|
|
bandit
|
|
flake8
|
|
flake8-docstrings
|
|
flake8-import-order
|
|
hacking
|
|
mccabe
|
|
pep257
|
|
pep8
|
|
pyflakes
|
|
pycodestyle
|
|
pylint
|
|
|
|
# Temporarily until tools/tox_install.sh is updated everywhere
|
|
horizon
|
|
networking-bagpipe
|
|
networking-bgpvpn
|
|
networking-l2gw
|
|
networking-odl
|
|
networking-sfc
|
|
neutron
|
|
neutron-dynamic-routing
|
|
neutron-fwaas
|
|
neutron-lbaas
|
|
neutron-vpnaas
|
|
vmware-nsxlib
|