mirror of
https://github.com/calesthio/OpenMontage.git
synced 2026-08-24 00:56:45 +08:00
requirements-dev.txt referenced httpx2>=2.0, which is not a real PyPI package. tests/backlot/test_server.py uses fastapi.testclient.TestClient, which depends on httpx. Corrected to httpx>=0.24.
6 lines
106 B
Plaintext
6 lines
106 B
Plaintext
# OpenMontage - Development Dependencies
|
|
-r requirements.txt
|
|
pytest>=8.0
|
|
pytest-asyncio>=0.23
|
|
httpx>=0.24
|