Update requirements.txt and imports
All checks were successful
Build and Deploy / build (push) Successful in 3m5s
All checks were successful
Build and Deploy / build (push) Successful in 3m5s
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -4,3 +4,4 @@
|
|||||||
tmp/
|
tmp/
|
||||||
venv/
|
venv/
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
*.db
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ import sqlite3
|
|||||||
import threading
|
import threading
|
||||||
import time
|
import time
|
||||||
import requests
|
import requests
|
||||||
import sseclient
|
|
||||||
import json
|
import json
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
python-qbittorrent
|
python-qbittorrent
|
||||||
uptime-kuma-api
|
uptime-kuma-api
|
||||||
python-telegram-bot
|
python-telegram-bot
|
||||||
|
requests
|
||||||
|
|||||||
Reference in New Issue
Block a user