From 4ea3a099b05fa910498bfbf1b2d7387118355472 Mon Sep 17 00:00:00 2001 From: "Ole Mathias Aa. Heggem" Date: Sun, 13 Apr 2025 07:18:45 +0200 Subject: Upgrade bootstrap and rewrite API (#230) --- api/pyproject.toml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 api/pyproject.toml (limited to 'api/pyproject.toml') diff --git a/api/pyproject.toml b/api/pyproject.toml new file mode 100644 index 0000000..b57d414 --- /dev/null +++ b/api/pyproject.toml @@ -0,0 +1,22 @@ +[project] +name = "app" +version = "0.1.0" +description = "" +requires-python = ">=3.10,<4.0" +dependencies = [ + "alembic>=1.15.2", + "fastapi[standard]>=0.115.12", + "psycopg[binary]>=3.2.6", + "pydantic>=2.11.3", + "pydantic-settings>=2.8.1", + "pynetbox>=7.4.1", + "redis[hiredis]>=5.2.1", + "sqlmodel>=0.0.24", +] + +[tool.uv] +dev-dependencies = [] + +[build-system] +requires = ["hatchling"] +build-backend = "hatchling.build" -- cgit v1.2.3