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

18 lines
323 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.114.0",
"motor>=3.5.1",
"pydantic-settings>=2.4.0",
]
[dependency-groups]
dev = [
"prettytable>=3.11.0",
"ruff>=0.6.4",
]