forked from JosXa/BotListBot
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPipfile
More file actions
38 lines (35 loc) · 744 Bytes
/
Copy pathPipfile
File metadata and controls
38 lines (35 loc) · 744 Bytes
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
logzero = "*"
inflect = "*"
python-dateutil = "*"
requests = "*"
emoji = "==0.3.9"
peewee = "*"
wtf-peewee = "==0.2.6"
python-decouple = "==3.1.0"
maya = "==0.3.2"
asyncpool = "*"
tgintegration = "*"
redis-collections = "*"
Pillow = "==4.2.1"
Flask = "*"
Flask-Autodoc = "*"
Flask-Security = "*"
Flask-Admin = "==1.5.0"
Markdown = "==2.6.9"
Pyrogram = "*"
tgcrypto = "*"
python-telegram-bot = "*"
#telegram = {git = "git://github.com/python-telegram-bot/python-telegram-bot.git", editable = true, ref = "V11-callbackmanager"}
dataclasses = "*"
colorama = "*"
future = "*"
[dev-packages]
pytest = "*"
pytest-asyncio = "*"
[requires]
python_version = "3.6"