Files
cultivation-world-simulator/requirements.txt

12 lines
217 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
httpx>=0.27.0 # Required for FastAPI TestClient