9f896ab03d
hacking 3.0.x is too old. Change-Id: I33875c36dbbdb946841f8c583636ccdf88d3331f
29 lines
839 B
Plaintext
29 lines
839 B
Plaintext
# Hacking already pins down pep8, pyflakes and flake8
|
|
hacking>=6.1.0,<6.2.0 # Apache-2.0
|
|
|
|
# Needed for testing
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
|
ddt>=1.0.1 # MIT
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
|
requests>=2.18.0 # Apache-2.0
|
|
testrepository>=0.0.18 # Apache-2.0/BSD
|
|
testresources>=2.0.0 # Apache-2.0/BSD
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|
|
testtools>=2.2.0 # MIT
|
|
psutil>=3.2.2 # BSD
|
|
oslotest>=3.2.0 # Apache-2.0
|
|
stestr>=2.0.0 # Apache-2.0
|
|
doc8>=0.8.1 # Apache-2.0
|
|
Pygments>=2.2.0 # BSD license
|
|
boto3>=1.9.199 # Apache-2.0
|
|
|
|
# Optional packages that should be installed when testing
|
|
PyMySQL>=0.7.6 # MIT License
|
|
psycopg2>=2.8.4 # LGPL/ZPL
|
|
pysendfile>=2.0.0;sys_platform!='win32' # MIT
|
|
xattr>=0.9.2;sys_platform!='win32' # MIT
|
|
python-swiftclient>=3.2.0 # Apache-2.0
|
|
python-cinderclient>=4.1.0 # Apache-2.0
|
|
os-brick>=3.1.0
|
|
oslo.privsep>=1.32.0
|