From 2d267a1e9e96de91d4e9dda61d4bea3687eee647 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Thu, 9 Oct 2025 16:46:28 +0200 Subject: [PATCH] dane w headerach i inne funkcje --- app/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/requirements.txt b/app/requirements.txt index e42fb9d..25bbc45 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,8 +1,8 @@ fastapi -uvicorn +uvicorn[standard] geoip2 -dotenv +python-dotenv requests IP2Location pydantic -yaml \ No newline at end of file +pydantic-settings \ No newline at end of file