
- Python 2 is no longer supported - setup.py is no longer managed by the global tooling - Recent pip does not require appropriate order in requirement files Change-Id: I849682e4d0537eca7a5d145184655eb55d45e150
13 lines
350 B
Plaintext
13 lines
350 B
Plaintext
# Hacking already pins down pep8, pyflakes and flake8
|
|
hacking>=7.0.0,<7.1.0 # Apache-2.0
|
|
coverage>=4.0 # Apache-2.0
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
|
mock>=2.0,<4.0 # BSD
|
|
python-subunit>=0.0.18 # Apache-2.0/BSD
|
|
sphinx>=1.5.1,<2.0.0 # BSD
|
|
sphinxcontrib-httpdomain # BSD
|
|
stestr>=2.0.0 # Apache-2.0
|
|
testtools>=1.4.0 # MIT
|
|
setuptools!=50.0.0
|
|
jinja2<3.1.0
|