qa-api / pyproject.toml
SebastianSchramm's picture
update dependencies
cfc1ee6
raw
history blame contribute delete
No virus
343 Bytes
[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"