Update requirements.txt and imports
All checks were successful
Build and Deploy / build (push) Successful in 3m5s

This commit is contained in:
2025-04-20 00:11:45 +02:00
parent 88ac296393
commit 8bc90b745a
3 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -4,3 +4,4 @@
tmp/ tmp/
venv/ venv/
__pycache__/ __pycache__/
*.db

View File

@@ -5,7 +5,6 @@ import sqlite3
import threading import threading
import time import time
import requests import requests
import sseclient
import json import json

View File

@@ -1,3 +1,4 @@
python-qbittorrent python-qbittorrent
uptime-kuma-api uptime-kuma-api
python-telegram-bot python-telegram-bot
requests