Files
magnum-ui/test-requirements.txt
Takashi Kajinami b817c7654b Remove note about old pip's behavior
Recent pip can resolve package dependencies automatically and we no
longer have to put dependencies in a specific order.

Change-Id: Id905ee9db0d571bd5e78e05897973c4b50f018e4
2025-04-20 16:08:10 +09:00

9 lines
225 B
Plaintext

hacking>=7.0.0,<7.1.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
nodeenv>=0.9.4 # BSD
pytest>=5.3.5 # MIT
selenium>=2.50.1 # Apache-2.0
# This also needs xvfb library installed on your OS
xvfbwrapper>=0.1.3 #license: MIT