From 17ef3b0b094fa399971bfc66994d6c7b9c269c03 Mon Sep 17 00:00:00 2001 From: vvzvlad Date: Sun, 2 Feb 2025 18:53:14 +0300 Subject: [PATCH] Update requirements.txt with specific package versions --- requirements.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9941ce7..8a8da54 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ -fastapi -uvicorn -python-multipart -kurigram -tgcrypto -pillow -feedgen>=0.9.0 -python-dateutil \ No newline at end of file +fastapi==0.115.8 +uvicorn==0.34.0 +python-multipart==0.0.20 +Kurigram==2.1.37 +TgCrypto==1.2.5 +pillow==11.1.0 +feedgen==1.0.0 +python-dateutil==2.9.0.post0 \ No newline at end of file