forked from PaulSonOfLars/tgbot
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathPipfile
More file actions
42 lines (37 loc) · 759 Bytes
/
Copy pathPipfile
File metadata and controls
42 lines (37 loc) · 759 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
39
40
41
42
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
black = "*"
[packages]
future = "==0.17.1"
emoji = "==0.5.3"
requests = "==2.22.0"
python-telegram-bot = "==11.1.0"
psycopg2-binary = "==2.8.3"
feedparser = "==5.2.1"
SQLAlchemy = "==1.3.6"
pre-commit = "==1.18.0"
asn1crypto = "==0.24.0"
certifi = "==2019.6.16"
cffi = "==1.12.3"
cfgv = "==2.0.1"
chardet = "==3.0.4"
cryptography = "==2.7"
identify = "==1.4.5"
idna = "==2.8"
importlib-metadata = "==0.19"
nodeenv = "==1.3.3"
pycparser = "==2.19"
six = "==1.12.0"
toml = "==0.10.0"
urllib3 = "==1.25.3"
virtualenv = "==16.7.2"
zipp = "==0.5.2"
"aspy.yaml" = "==1.3.0"
importlib_resources = "==1.0.2"
PyYAML = "==5.1.2"
[requires]
[pipenv]
allow_prereleases = true