Files
pyrogram-bridge/requirements.txt
T
vvzvlad 79b127d406 feat(client): add watchdog and disconnect flap handling
Introduce an active watchdog that probes the Telegram client to detect
zombie sessions and restart them in‑process. Add configurable disconnect
flap detection with a sliding window to trigger restarts after repeated
disconnects. New environment variables and config entries are added, and
the Kurigram dependency is now version‑pinned.
2026-06-04 19:02:09 +03:00

14 lines
272 B
Plaintext

fastapi==0.115.8
uvicorn==0.34.0
python-multipart==0.0.20
Kurigram==2.2.22
#git+https://github.com/KurimuzonAkuma/pyrogram.git@dev#egg=Kurigram
TgCrypto
uvloop
pillow==11.1.0
feedgen==1.0.0
python-dateutil==2.9.0.post0
python-magic==0.4.27
bleach[css]==6.1.0
types-bleach