forked from hngx-org/Spitfire-events-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
35 lines (32 loc) · 704 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
blinker = "==1.6.2"
click = "==8.1.7"
flask = "==2.3.3"
flask-marshmallow = "==0.15.0"
flask-sqlalchemy = "==3.1.1"
greenlet = "==2.0.2"
itsdangerous = "==2.1.2"
jinja2 = "==3.1.2"
markupsafe = "==2.1.3"
marshmallow = "==3.20.1"
marshmallow-sqlalchemy = "==0.29.0"
packaging = "==23.1"
typing-extensions = "==4.7.1"
werkzeug = "==2.3.7"
black = "==23.9.1"
flask-blueprint = "==1.3.0"
flask-cors = "==4.0.0"
gunicorn = "==21.2.0"
pytest = "==7.4.2"
python-dotenv = "==1.0.0"
requests = "==2.31.0"
sqlalchemy = "==2.0.21"
flask-session = "*"
google-auth = "==1.27.0"
[dev-packages]
[requires]
python_version = "3.11"