
hacking 3.x is quite old. Bump it to the latest version available. Also remove the note about old pip's behavior because recent pip does not require specific order. Change-Id: I2946177ed4cbee47e0ebb2502ceb4f773ec0fb5e
12 lines
258 B
Plaintext
12 lines
258 B
Plaintext
hacking>=7.0.0,<7.1.0 # Apache-2.0
|
|
|
|
coverage>=3.6
|
|
ddt>=0.7.0
|
|
python-subunit>=0.0.18
|
|
selenium>=2.50.1 # Apache-2.0
|
|
testrepository>=0.0.18
|
|
testscenarios>=0.4
|
|
testtools>=1.4.0
|
|
# This also needs xvfb library installed on your OS
|
|
xvfbwrapper>=0.1.3 #license: MIT
|