-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
42 lines (39 loc) · 841 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
42
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
alembic = "==1.9.2"
bidict = "==0.22.1"
click = "==8.1.3"
dnspython = "==1.16.0"
eventlet = "==0.30.2"
faker = "==18.11.2"
flask = "==2.2.2"
flask-cors = "==3.0.10"
flask-login = "==0.6.2"
flask-migrate = "==4.0.2"
flask-socketio = "==5.3.4"
flask-sqlalchemy = "==3.0.2"
flask-wtf = "==1.1.1"
greenlet = "==2.0.1"
gunicorn = "==20.1.0"
idna = "==3.4"
importlib-metadata = "==6.7.0"
itsdangerous = "==2.1.2"
jinja2 = "==3.1.2"
mako = "==1.2.4"
markupsafe = "==2.1.2"
python-dateutil = "==2.8.2"
python-dotenv = "==0.21.0"
python-editor = "==1.0.4"
python-engineio = "==4.5.0"
python-socketio = "==5.8.0"
six = "==1.16.0"
sqlalchemy = "==1.4.46"
werkzeug = "==2.2.2"
wtforms = "==3.0.1"
zipp = "==3.15.0"
[dev-packages]
[requires]
python_version = "3.9"