Cleanup requirements & tox config, update pylint
[nfvbench.git] / requirements-dev.txt
1 # Python requirements to setup a development environment to be able to do
2 # anything directly or with tox: run unit tests, run code quality checks, build
3 # the docs, ...
4
5 -c https://opendev.org/openstack/requirements/raw/branch/stable/yoga/upper-constraints.txt
6 -r requirements.txt
7 -r test-requirements.txt
8 -r docs/requirements.txt
9
10 # Install tox with the same version as on OPNFV build servers
11 tox==3.21.4