7 lines
203 B
Plaintext
7 lines
203 B
Plaintext
# Test-only deps for SREBOT/TSSBOT (not needed at runtime on the deploy server,
|
|
# but required to run the pytest suites locally / in CI).
|
|
-r requirements.txt
|
|
pytest>=8.0
|
|
pytest-asyncio>=0.23
|
|
httpx>=0.27
|