From 6c54a823d9029f47fb65b965cc0cc9e7a29524dd Mon Sep 17 00:00:00 2001 From: Oliver Hofmann Date: Mon, 27 Apr 2026 08:53:45 +0200 Subject: [PATCH] chore: add jinja2 and test dependencies --- .gitignore | 1 + requirements.txt | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index dad53d6..6140712 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ ENV/ # Project specific docker-compose.override.yml +.superpowers/ diff --git a/requirements.txt b/requirements.txt index 873c94b..2d2a0f3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,7 @@ fastapi uvicorn[standard] pydantic-settings -sqlalchemy \ No newline at end of file +sqlalchemy +jinja2 +pytest +httpx \ No newline at end of file