| 1234567891011121314 |
- [project]
- name = "backend"
- version = "0.1.0"
- description = "Add your description here"
- readme = "README.md"
- requires-python = ">=3.12"
- dependencies = [
- "fastapi>=0.115.7",
- "httpx>=0.28.1",
- "loguru>=0.7.3",
- "pydantic>=2.10.6",
- "pydantic-settings>=2.7.1",
- "uvicorn>=0.34.0",
- ]
|