Files
cultivation-world-simulator/requirements.txt
2026-01-19 20:46:09 +08:00

13 lines
284 B
Plaintext

PyYAML>=6.0
omegaconf>=2.3.0
json5>=0.9.0
fastapi>=0.100.0
uvicorn>=0.20.0
websockets>=11.0
# Testing
pytest>=8.0.0
pytest-asyncio>=0.23.0 # Required for async tests
pytest-cov>=4.1.0 # Required for coverage reporting
httpx>=0.27.0 # Required for FastAPI TestClient