All checks were successful
continuous-integration/drone/push Build is passing
18 lines
326 B
TOML
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",
|
|
]
|