Files
sensor-web-v2/server-python/pyproject.toml
Marco Crapts 983c4f7177
All checks were successful
continuous-integration/drone/push Build is passing
migrate poetry -> uv
2024-09-10 23:45:40 +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",
]