From 6683bd16a58af273383764fb6ad5abbd91d10eaa Mon Sep 17 00:00:00 2001 From: Etienne Chassaing <60154720+cetiennec@users.noreply.github.com> Date: Thu, 21 Aug 2025 13:46:57 +0200 Subject: [PATCH] create requirements.txt --- main.py | 3 +-- requirements.txt | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index f4345fd..5567006 100644 --- a/main.py +++ b/main.py @@ -11,8 +11,7 @@ from starlette.exceptions import HTTPException as StarletteHTTPException from starlette.status import HTTP_302_FOUND import json from pathlib import Path -from typing import Optional, Dict, An - +from typing import Optional, Dict, Any from fastapi import Query import asyncio import datetime diff --git a/requirements.txt b/requirements.txt index d0d0c55..6551f7e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,3 +10,5 @@ python_can==4.5.0 seaborn==0.13.2 starlette==0.47.2 uvicorn==0.35.0 +jinja2 +itsdangerous