forked from JosXa/BotListBot
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Pipfile
41 lines (37 loc) · 740 Bytes
/
Pipfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
logzero = "*"
inflect = "*"
python-dateutil = "*"
python-telegram-bot = "==10.1.0"
requests = "*"
emoji = "==0.3.9"
peewee = "*"
wtf-peewee = "==0.2.6"
python-decouple = "==3.1.0"
maya = "==0.3.2"
asyncpool = "*"
redis-collections = "*"
Flask = "*"
Flask-Autodoc = "*"
Flask-Security = "*"
Flask-Admin = "==1.5.0"
Markdown = "==2.6.9"
tgcrypto = "*"
"psycopg2" = "*"
cryptography = "*"
tornado = "*"
sentry-sdk = "==0.7.11"
ordered-set = "*"
Pyrogram = {file = "https://github.com/pyrogram/pyrogram/archive/asyncio.zip"}
minio = "*"
[dev-packages]
pytest = "*"
pytest-asyncio = "*"
[requires]
python_version = "3.7"
[pipenv]
allow_prereleases = true