Files
zynktime/requirements.txt
T
2025-12-02 21:26:08 +01:00

14 lines
258 B
Plaintext

# Core dependencies
fastapi==0.120.3
uvicorn[standard]==0.38.0
pydantic==2.12.3
requests==2.32.5
openpyxl==3.1.5
# Development dependencies
pytest==8.4.2
pytest-asyncio==1.2.0
pytest-cov==7.0.0
httpx==0.28.1 # For testing FastAPI endpoints
openpyxl==3.1.5