Spaces:
Sleeping
Sleeping
| [project] | |
| name = "tripplanner-backend" | |
| version = "0.1.0" | |
| requires-python = ">=3.11" | |
| dependencies = [ | |
| "fastapi>=0.115.0", | |
| "uvicorn[standard]>=0.30.0", | |
| "playwright>=1.45.0", | |
| "google-genai>=1.0.0", | |
| "python-dotenv>=1.0.0", | |
| "pydantic>=2.0.0", | |
| "httpx>=0.27.0", | |
| ] | |
| [build-system] | |
| requires = ["setuptools"] | |
| build-backend = "setuptools.backends.legacy:build" | |