Files
sensor-web-v2/server-python/pyproject.toml
Marco Crapts 40da285b9f
All checks were successful
continuous-integration/drone/push Build is passing
update node and python
2025-11-13 14:52:34 +00:00

18 lines
325 B
TOML

[project]
name = "server-python"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"fastapi[standard]>=0.121.1",
"motor>=3.5.1",
"pydantic-settings>=2.12.0",
]
[dependency-groups]
dev = [
"prettytable>=3.14.0",
"ruff>=0.14.4",
]