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/
|
||||
venv/
|
||||
__pycache__/
|
||||
*.db
|
||||
|
||||
@@ -5,7 +5,6 @@ import sqlite3
|
||||
import threading
|
||||
import time
|
||||
import requests
|
||||
import sseclient
|
||||
import json
|
||||
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
python-qbittorrent
|
||||
uptime-kuma-api
|
||||
python-telegram-bot
|
||||
requests
|
||||
|
||||
Reference in New Issue
Block a user