From 014a52396792e0801a832e6acc566eafacd8ba56 Mon Sep 17 00:00:00 2001 From: IgorVolochay Date: Wed, 19 Feb 2025 16:19:47 +0300 Subject: [PATCH] Bugfix --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 73be66f..f0ee27b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ fastapi==0.115.7 pymongo==4.10.1 -python-dotenv==1.0.1 \ No newline at end of file +python-dotenv==1.0.1 +uvicorn==0.34.0 \ No newline at end of file