Files
oslo.service/test-requirements.txt
Takashi Kajinami ac181cec92 Bump hacking
hacking 3.0.x is too old.

Also, fixtures appears in both requirements and test-requirements.
Because this library is only used in oslo_service.fixtures for testing,
we can remove it from runtime requirements.

Change-Id: Iaf57598a73af62e07e890245dc51c9af6a807bd7
2024-01-27 18:49:56 +09:00

15 lines
305 B
Plaintext

fixtures>=3.0.0 # Apache-2.0/BSD
hacking>=6.1.0,<6.2.0 # Apache-2.0
oslotest>=3.2.0 # Apache-2.0
requests>=2.14.2 # Apache-2.0
stestr>=2.0.0 # Apache-2.0
doc8>=0.6.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
# Bandit security code scanner
bandit>=1.7.0,<1.8.0 # Apache-2.0
pre-commit>=2.6.0 # MIT