Squashed 'userbot/' content from commit 7fb0a0e

git-subtree-dir: userbot
git-subtree-split: 7fb0a0e179
This commit is contained in:
2026-06-19 23:20:23 +02:00
commit 3eaef5dc90
132 changed files with 15257 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
[project]
name = "userbot"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"aiofiles>=25.1.0",
"aiohttp>=3.13.2",
"beautifulsoup4>=4.14.2",
"click>=8.3.0",
"dnspython>=2.8.0",
"environs>=14.5.0",
"flask>=3.1.2",
"gitpython>=3.1.45",
"gunicorn>=23.0.0",
"humanize>=4.14.0",
"pillow>=10.3.0",
"psutil>=7.1.3",
"pygments>=2.19.2",
"pymongo>=4.15.3",
"pyrofork==2.3.68",
"pysmartdl>=1.3.4",
"qrcode>=8.2",
"requests>=2.32.5",
"tgcrypto>=1.2.5",
"wheel>=0.45.1",
]