
hacking 3.x is quite old. Bump it to the recent version currently used in most of the neutron repos. Also remove the note about old pip's behavior because recent pip does not require specific order. Change-Id: If66ef2135abbf9724a368cf579a1909cfc04d117
13 lines
326 B
Plaintext
13 lines
326 B
Plaintext
hacking>=6.1.0,<6.2.0 # Apache-2.0
|
|
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
|
flake8-import-order>=0.18.0,<0.19.0 # LGPLv3
|
|
sphinx>=2.0.0,!=2.1.0 # BSD
|
|
openstackdocstheme>=2.2.1 # Apache-2.0
|
|
reno>=3.1.0 # Apache-2.0
|
|
|
|
# integration tests requirements
|
|
selenium>=2.50.1 # Apache-2.0
|
|
xvfbwrapper>=0.1.3 #license: MIT
|
|
testtools>=2.2.0 # MIT
|