mirror of
https://opendev.org/x/pyghmi
synced 2025-01-12 18:58:34 +00:00
a5129fbdb3
Set flake8-import-order version to 0.17.1 Full py3 compatible version. Add all Python3 modules to stdlib list. Change-Id: I3ef01e49c0e6822368146434f056ac7a1aa7ce4d
15 lines
351 B
Plaintext
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
|