Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ch3p4ll3 committed Oct 29, 2023
1 parent 6675c1f commit 3a543af
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from src.bot import app, scheduler
from src.qbittorrent_bot import app, scheduler

if __name__ == '__main__':
scheduler.start()
Expand Down
7 changes: 4 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ annotated-types==0.6.0
APScheduler==3.10.4
async-lru==2.0.4
certifi==2023.7.22
charset-normalizer==3.3.0
charset-normalizer==3.3.1
idna==3.4
packaging==23.2
pony==0.7.17
Expand All @@ -14,11 +14,12 @@ Pyrogram==2.0.106
PySocks==1.7.1
pytz==2023.3.post1
pytz-deprecation-shim==0.1.0.post0
qbittorrent-api==2023.9.53
qbittorrent-api==2023.10.54
requests==2.31.0
six==1.16.0
TgCrypto==1.2.5
typing_extensions==4.8.0
tzdata==2023.3
tzlocal==5.1
tzlocal==5.2
urllib3==2.0.7
uvloop==0.19.0
File renamed without changes.

0 comments on commit 3a543af

Please sign in to comment.