2
0
mirror of https://opendev.org/x/pyghmi synced 2025-01-12 18:58:34 +00:00
pyghmi/test-requirements.txt
Riccardo Pittau a5129fbdb3 Update pep8 import order check
Set flake8-import-order version to 0.17.1
Full py3 compatible version.
Add all Python3 modules to stdlib list.

Change-Id: I3ef01e49c0e6822368146434f056ac7a1aa7ce4d
2020-05-11 14:08:17 +02:00

15 lines
351 B
Plaintext

hacking>=3.0.0,<3.1.0 # Apache-2.0
coverage>=4.0
fixtures>=3.0.0
python-subunit>=1.0.0
sphinx>=1.6.5,<2.0.0;python_version=='2.7' # BSD
sphinx>=1.6.5;python_version>='3.4' # BSD
openstackdocstheme>=1.18.1 # Apache-2.0
stestr>=1.0.0 # Apache-2.0
testscenarios>=0.4
testtools>=2.2.0
oslotest>=3.2.0 # Apache-2.0
flake8-import-order>=0.17.1 # LGPLv3