trove-dashboard/test-requirements.txt
Takashi Kajinami e149d00b5f Bump hacking
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
2024-11-16 06:30:59 +00:00

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