From f0010d739b67107a13275606ce2ca9b20310e17c Mon Sep 17 00:00:00 2001 From: brb Date: Thu, 6 Jul 2023 11:51:48 +0200 Subject: [PATCH] added dotenv --- req-prod.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/req-prod.txt b/req-prod.txt index f8ee2a5..10a6e05 100644 --- a/req-prod.txt +++ b/req-prod.txt @@ -1,3 +1,4 @@ -uvicorn==0.22.0 +uvicorn==0.16.0 fastapi==0.99.1 -GitPython==3.1.31 \ No newline at end of file +GitPython==3.1.31 +python-dotenv==1.0.0 \ No newline at end of file