-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
40 lines (37 loc) · 791 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
email-validator = "==1.1.3"
python-dotenv = "==0.19.0"
blinker = "==1.4"
certifi = "==2022.12.7"
charset-normalizer = "==2.0.7"
click = "==8.0.1"
colorama = "==0.4.4"
dnspython = "==2.1.0"
dominate = "==2.6.0"
greenlet = "==1.1.1"
gunicorn = "==20.1.0"
idna = "==3.2"
itsdangerous = "==2.0.1"
markupsafe = "==2.0.1"
requests = "==2.26.0"
stripe = "==2.61.0"
urllib3 = "==1.26.7"
visitor = "==0.1.3"
Flask-Bootstrap = "==3.3.7.1"
SQLAlchemy = "==1.4.23"
Flask-WTF = "==0.15.1"
Flask-SQLAlchemy = "==2.5.1"
Flask-Login = "==0.5.0"
Flask-Mail = "==0.9.1"
Flask-Moment = "==1.0.2"
Flask = "==2.0.1"
Jinja2 = "==3.0.1"
Werkzeug = "==2.0.1"
WTForms = "==2.3.3"
[dev-packages]
[requires]
python_version = "*"