Spaces:
Sleeping
Sleeping
File size: 343 Bytes
cfc1ee6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
[tool.poetry]
name = "qa-rest-api"
version = "0.1.0"
description = ""
authors = ["Sebastian Schramm <[email protected]>"]
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"
|