From dc92a3d82ac8bc1a014be151ef89500ab6c33c2a Mon Sep 17 00:00:00 2001 From: Profitroll <47523801+profitrollgame@users.noreply.github.com> Date: Sat, 10 Dec 2022 15:13:12 +0100 Subject: [PATCH] Updated requirements --- requirements.txt | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index b610113..1f8619b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,9 @@ -pyrogram>=2.0.59 -tgcrypto>=1.2.4 -ujson>=5.5.0 -psutil>=5.9.2 -schedule -fastapi -uvicorn[standard] \ No newline at end of file +APScheduler==3.9.1.post1 +fastapi==0.88.0 +psutil==5.9.4 +pymongo==4.3.3 +Pyrogram==2.0.69 +tgcrypto==1.2.5 +python_dateutil==2.8.2 +starlette==0.23.1 +ujson==5.6.0 \ No newline at end of file