Files
homelab/userbot/pyproject.toml
T
forust 0a31601b77 refactor: imporved layer caching for dockerfile
using existing built image for account 2
2026-05-21 22:12:33 +02:00

29 lines
617 B
TOML

[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",
]