Spaces:
Runtime error
Runtime error
| [project] | |
| name = "eodi-seats-proxy" | |
| version = "1.0.0" | |
| description = "Seats.aero Partner API proxy for GPTs Actions" | |
| requires-python = ">=3.10" | |
| [project.dependencies] | |
| starlette = ">=0.27.0" | |
| uvicorn = {extras = ["standard"], version = ">=0.27.0"} | |
| httpx = ">=0.25.0" | |
| pydantic = ">=2.0.0" | |
| python-dotenv = ">=1.0.0" | |