-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
46 lines (43 loc) · 963 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
43
44
45
46
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
click = "==8.1.3"
gunicorn = "==20.1.0"
itsdangerous = "==2.1.2"
python-dotenv = "==0.21.0"
six = "==1.16.0"
Flask = "==2.2.2"
Flask-Cors = "==3.0.10"
Flask-SQLAlchemy = "==3.0.2"
Flask-WTF = "==1.0.1"
Jinja2 = "==3.1.2"
MarkupSafe = "==2.1.1"
SQLAlchemy = "==1.4.44"
Werkzeug = "==2.2.2"
WTForms = {version = "==3.0.1", extras = ["email"]}
Flask-Migrate = "==4.0.0"
Flask-Login = "==0.6.2"
alembic = "==1.8.1"
python-dateutil = "==2.8.2"
python-editor = "==1.0.4"
greenlet = "==2.0.1"
Mako = "==1.2.4"
boto3 = "==1.26.26"
requests = "===2.28.1"
botocore = "==1.29.26"
certifi = "==2022.12.7"
charset-normalizer = "==2.1.1"
idna = "==3.4"
importlib-metadata = "==5.1.0"
jmespath = "==1.0.1"
s3transfer = "==0.6.0"
urllib3 = "==1.26.13"
zipp = "==3.11.0"
psycopg2 = "==2.9.5"
dnspython = "==2.2.1"
email-validator = "==1.3.0"
[dev-packages]
[requires]
python_version = "3.9"