-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPipfile
38 lines (35 loc) · 768 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
click = "==7.1.2"
gunicorn = "==20.1.0"
itsdangerous = "==2.0.1"
python-dotenv = "==0.14.0"
six = "==1.15.0"
Flask = "==2.0.1"
Flask-Cors = "==3.0.8"
Flask-SQLAlchemy = "==2.5.1"
Flask-WTF = "==0.15.1"
Jinja2 = "==3.0.1"
MarkupSafe = "==2.0.1"
SQLAlchemy = "==1.4.19"
Werkzeug = "==2.0.1"
WTForms = "==2.3.3"
Flask-Migrate = "==3.0.1"
Flask-Login = "==0.5.0"
alembic = "==1.6.5"
python-dateutil = "==2.8.1"
python-editor = "==1.0.4"
greenlet = "==1.1.0"
Mako = "==1.1.4"
Flask-SocketIO = "==5.1.1"
psycopg2-binary = "==2.9.3"
python-socketio = "==5.5.1"
bidict = "==0.21.4"
python-engineio = "==4.3.1"
[dev-packages]
psycopg2-binary = "==2.8.6"
[requires]
python_version = "3.9"