Set safe version of hacking

Versions of hacking from 3.1.0 until 4.0.0 NOT included are supposed
to require a safe version of flake8, so besides normale issues related
to minor version upgrades, we can safely use those versions.
Also forcing pycodestyle versions to be compatible with flake8 installed
by hacking.

Change-Id: I4612e84ee88c21121d97e31c9ab22d776f4fb5bc
This commit is contained in:
Riccardo Pittau 2020-10-15 16:06:40 +02:00
parent 715e5c29c5
commit e788188f23
1 changed files with 3 additions and 1 deletions

View File

@ -4,8 +4,10 @@
coverage!=4.4,>=4.0 # Apache-2.0
flake8-import-order>=0.17.1 # LGPLv3
hacking>=3.1.0,<3.2.0 # Apache-2.0
hacking>=3.1.0,<4.0.0 # Apache-2.0
stestr>=1.0.0 # Apache-2.0
oslotest>=3.2.0 # Apache-2.0
doc8>=0.6.0 # Apache-2.0
pycodestyle>=2.0.0,<2.7.0 # MIT
Pygments>=2.2.0 # BSD