Files
group_fqcd_jr/requirements.txt
T

27 lines
522 B
Plaintext
Raw Normal View History

2026-09-09 21:55:37 +08:00
# Runtime dependencies (source of truth: pyproject.toml)
fastapi>=0.115,<1
uvicorn[standard]>=0.34,<1
pydantic>=2.10,<3
pydantic-settings>=2.7,<3
python-dotenv>=1.0,<2
python-multipart>=0.0.20,<1
2026-09-09 21:55:37 +08:00
sqlalchemy>=2.0,<3
greenlet>=3.1,<4
2026-09-09 21:55:37 +08:00
alembic>=1.14,<2
asyncmy>=0.2,<1
pymysql>=1.1,<2
redis>=5.2,<6
neo4j>=5.28,<6
pymilvus>=2.5,<3
milvus-lite>=3.2,<4
2026-09-09 21:55:37 +08:00
PyJWT>=2.10,<3
cryptography>=44,<51
httpx>=0.28,<1
tzdata>=2025.1,<2027
2026-09-09 21:55:37 +08:00
# Development and test dependencies
pytest>=8.3,<9
pytest-asyncio>=0.25,<1
ruff>=0.9,<1
mypy>=1.14,<2