with proxy support

This commit is contained in:
2025-05-19 10:30:14 +03:00
parent f9dafb795d
commit b6b37753af
2 changed files with 31 additions and 1 deletions

View File

@ -9,6 +9,8 @@ readme = "README.md"
python = "^3.12"
telethon = "^1.37.0"
jsoner = {git = "https://github.com/trojvn/jsoner.git"}
async-timeout = "^5.0.1"
python-socks = "2.1.1"
[build-system]