pyproject.toml 299 B

1234567891011121314
  1. [project]
  2. name = "backend"
  3. version = "0.1.0"
  4. description = "Add your description here"
  5. readme = "README.md"
  6. requires-python = ">=3.12"
  7. dependencies = [
  8. "fastapi>=0.115.7",
  9. "httpx>=0.28.1",
  10. "loguru>=0.7.3",
  11. "pydantic>=2.10.6",
  12. "pydantic-settings>=2.7.1",
  13. "uvicorn>=0.34.0",
  14. ]