Files
cultivation-world-simulator/requirements.txt
2026-02-06 00:48:37 +08:00

14 lines
334 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
polib>=1.2.0 # Required for i18n tests