forked from binderclip/code-snippets-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
46 lines (36 loc) · 594 Bytes
/
Copy pathPipfile
File metadata and controls
46 lines (36 loc) · 594 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
43
44
45
46
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
flask = "*"
xmltodict = "*"
python-telegram-bot = "*"
"beautifulsoup4" = "*"
mako = "*"
flask-mako = "*"
wtforms = "*"
marshmallow = "*"
aiohttp = "*"
peewee = "*"
pymysql = "*"
marshmallow-polyfield = "*"
requests = "*"
ipython = "*"
fire = "*"
dataclasses = "*"
schematics = "*"
pydantic = "*"
redis = "*"
pendulum = "*"
mypy = "*"
mypy-extensions = "*"
pillow = "*"
pyjwt = "*"
geetest = "*"
profilehooks = "*"
retrying = "*"
[dev-packages]
pytest = "*"
[requires]
python_version = "3.6"