8d82419125
hacking 3.0.x is too old. Try to synchronize pylint ignore and extension list with other Networking projects. With new pip the order of packages is not relevant, so the related comment from requirements.txts is removed, see pip documentation: https://pip.pypa.io/en/stable/cli/pip_install/#installation-order Change-Id: I586eb25b42d432e0b2158ddebb2dac013f712506
18 lines
443 B
Plaintext
18 lines
443 B
Plaintext
hacking>=6.1.0,<6.2.0 # Apache-2.0
|
|
|
|
coverage>=5.2.1 # Apache-2.0
|
|
python-subunit>=1.4.0 # Apache-2.0/BSD
|
|
psycopg2>=2.8.5 # LGPL/ZPL
|
|
PyMySQL>=0.10.0 # MIT License
|
|
oslotest>=4.4.1 # Apache-2.0
|
|
requests_mock>=1.5.0 # Apache-2.0
|
|
stestr>=3.0.1 # Apache-2.0
|
|
testresources>=2.0.1 # Apache-2.0/BSD
|
|
testscenarios>=0.5.0 # Apache-2.0/BSD
|
|
testtools>=2.4.0 # MIT
|
|
|
|
astroid>=2.12.4 # LGPLv2.1
|
|
pylint==2.17.4 # GPLv2
|
|
isort==5.10.1 # MIT
|
|
WebTest>=2.0.27 # MIT
|