-
Notifications
You must be signed in to change notification settings - Fork 1
/
Pipfile
81 lines (77 loc) · 1.61 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
alembic = "==1.4.3"
appdirs = "==1.4.3"
atomicwrites = "==1.4.0"
attrs = "==20.3.0"
bcrypt = "==3.2.0"
certifi = "==2019.11.28"
cffi = "==1.14.3"
chardet = "==3.0.4"
click = "==7.1.2"
colorama = "==0.4.3"
contextlib2 = "==0.6.0"
coverage = "==5.5"
distlib = "==0.3.0"
distro = "==1.4.0"
dnspython = "==1.16.0"
eventlet = "==0.30.1"
greenlet = "==1.0.0"
gunicorn = "==20.0.4"
html5lib = "==1.0.1"
idna = "==2.8"
importlib-metadata = "==3.7.3"
iniconfig = "==1.1.1"
ipaddr = "==2.2.0"
itsdangerous = "==1.1.0"
lockfile = "==0.12.2"
manage = "==0.1.15"
marshmallow = "==3.9.1"
msgpack = "==0.6.2"
pep517 = "==0.8.2"
pluggy = "==0.13.1"
progress = "==1.5"
psycopg2-binary = "==2.8.6"
py = "==1.10.0"
pycparser = "==2.20"
pyparsing = "==2.4.6"
pytest = "==6.2.2"
python-dateutil = "==2.8.1"
python-dotenv = "==0.17.0"
python-editor = "==1.0.4"
python-engineio = "==3.14.2"
python-socketio = "==4.6.1"
pytoml = "==0.1.21"
requests = "==2.22.0"
retrying = "==1.3.3"
six = "==1.15.0"
toml = "==0.10.2"
typing-extensions = "==3.7.4.3"
urllib3 = "==1.25.8"
webencodings = "==0.5.1"
zipp = "==3.4.1"
CacheControl = "==0.12.6"
Flask = "==1.1.2"
Flask-Bcrypt = "==0.7.1"
Flask-Cors = "==3.0.10"
Flask-Migrate = "==2.5.3"
Flask-Script = "==2.0.6"
Flask-SocketIO = "==4.3.2"
Flask-SQLAlchemy = "==2.4.4"
Jinja2 = "==2.11.2"
Mako = "==1.1.3"
MarkupSafe = "==1.1.1"
PyJWT = "==1.7.1"
PyYAML = "==5.4.1"
SQLAlchemy = "==1.3.20"
SQLAlchemy-Utils = "==0.37.0"
Werkzeug = "==1.0.1"
[dev-packages]
autopep8 = "*"
[requires]
python_version = "3.8"
[pipenv]
allow_prereleases = true