Files
sensor-web-v2/server-python/pyproject.toml
Marco Crapts 59f872efeb
All checks were successful
continuous-integration/drone/push Build is passing
umiggrate from poetry to uv
2024-09-10 12:09:51 +02:00

18 lines
326 B
TOML

[project]
name = "server-python"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"fastapi[standard]>=0.114.0",
"motor>=3.5.1",
"pydantic-settings>=2.4.0",
]
[tool.uv]
dev-dependencies = [
"prettytable>=3.11.0",
"ruff>=0.6.4",
]