telegram_bots/Pipfile

43 lines
766 B
TOML
Raw Normal View History

2021-03-11 20:43:54 +00:00
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "*"
pillow = "*"
pyrogram = "*"
python-telegram-bot = "*"
django-yamlfield = "*"
django-timezone-field = "*"
django-redis-cache = "*"
django-jsoneditor = "*"
django-jet = "*"
django-extensions = "*"
django-environ = "*"
django-djconfig = "*"
django-crispy-forms = "*"
django-bootstrap4 = "*"
daphne = "*"
markovify = "*"
python-anticaptcha = "*"
vk-api = "*"
sentry-sdk = "*"
python-twitter = "*"
pytelegrambotapi = "*"
celery = "*"
celery-once = "*"
feedparser = "*"
json-rpc = "*"
humanize = "*"
jsonfield2 = "*"
tgcrypto = "*"
2021-03-11 21:42:21 +00:00
psycopg2-binary = "*"
2021-03-11 21:46:53 +00:00
hiredis = "*"
2021-03-11 21:52:29 +00:00
twisted = {extras = ["http2", "tls"], version = "*"}
2021-03-11 20:43:54 +00:00
[dev-packages]
[requires]
python_version = "3.9"