telegram_bots/pyproject.toml

50 lines
1.2 KiB
TOML

[project]
name = "telegram-bots"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
"boto3>=1.39.13",
"celery>=5.4.0",
"celery-once>=3.0.1",
"crispy-bootstrap4>=2024.1",
"daphne>=4.2.1",
"django==4.2.16",
"django-bootstrap4>=24.1",
"django-cors-headers>=4.7.0",
"django-crispy-forms>=2.3",
"django-djconfig>=0.11.0",
"django-environ>=0.11.3",
"django-extensions>=4.1",
"django-jsoneditor>=0.2.4",
"django-picklefield>=3.3",
"django-redis-cache>=3.0.1",
"django-timezone-field>=7.1",
"django-yamlfield>=1.2.2",
"feedparser>=6.0.11",
"ffmpeg-python>=0.2.0",
"filetype>=1.2.0",
"hiredis>=3.2.1",
"humanize>=4.12.3",
"imagehash>=4.3.2",
"json-rpc>=1.15.0",
"jsonfield2>=4.0.0.post0",
"markovify>=0.9.4",
"pillow>=11.3.0",
"psycopg2-binary>=2.9.10",
"python-anticaptcha>=1.0.0",
"python-telegram-bot==13.14",
"python-twitter>=3.5",
"qrtools>=0.0.2",
"sentry-sdk>=2.33.2",
"tgcrypto>=1.2.5",
"tiktokapi>=7.1.0",
"tqdm>=4.67.1",
"twisted[http2,tls]>=23.8.0",
"vk-api>=11.10.0",
"vkwave>=0.2.17",
"werkzeug>=3.1.3",
"whitenoise>=6.9.0",
]