15 lines
266 B
TOML
15 lines
266 B
TOML
[project]
|
|
name = "train-watcher-logic"
|
|
version = "0.1.0"
|
|
requires-python = ">=3.14"
|
|
dependencies = [
|
|
"alembic>=1.16.0",
|
|
"fastapi[standard]>=0.115.12",
|
|
"psycopg[binary]>=3.2.9",
|
|
"pydantic-settings>=2.9.1",
|
|
"sqlalchemy>=2.0.41",
|
|
]
|
|
|
|
[tool.uv]
|
|
package = false
|