Spaces:
Sleeping
Sleeping
| [tool.poetry] | |
| name = "qa-rest-api" | |
| version = "0.1.0" | |
| description = "" | |
| authors = ["Sebastian Schramm <schrammsm@gmail.com>"] | |
| readme = "README.md" | |
| [tool.poetry.dependencies] | |
| python = "^3.11" | |
| fastapi = "^0.111.0" | |
| pydantic = "^2.7.4" | |
| flagembedding = "^1.2.10" | |
| [build-system] | |
| requires = ["poetry-core"] | |
| build-backend = "poetry.core.masonry.api" | |