Skip to content

Commit 0eedb0d

Browse files
committed
pipfile
1 parent 87be83f commit 0eedb0d

File tree

4 files changed

+489
-2
lines changed

4 files changed

+489
-2
lines changed

Pipfile

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[[source]]
2+
url = "https://pypi.org/simple"
3+
verify_ssl = true
4+
name = "pypi"
5+
6+
[packages]
7+
alembic = "==1.13.1"
8+
bcrypt = "==4.1.2"
9+
blinker = "==1.7.0"
10+
certifi = "==2024.2.2"
11+
click = "==8.1.7"
12+
cloudinary = "==1.39.1"
13+
colorama = "==0.4.6"
14+
flask = "==3.0.2"
15+
flask-cors = "==4.0.0"
16+
flask-login = "==0.6.3"
17+
flask-migrate = "==4.0.7"
18+
flask-sqlalchemy = "==3.1.1"
19+
greenlet = "==3.0.3"
20+
gunicorn = "==21.2.0"
21+
itsdangerous = "==2.1.2"
22+
jinja2 = "==3.1.3"
23+
mako = "==1.3.2"
24+
markupsafe = "==2.1.5"
25+
packaging = "==24.0"
26+
python-dotenv = "==1.0.1"
27+
six = "==1.16.0"
28+
sqlalchemy = "==2.0.28"
29+
typing-extensions = "==4.10.0"
30+
urllib3 = "==2.2.1"
31+
werkzeug = "==3.0.1"
32+
wtforms = "==3.1.2"
33+
34+
[dev-packages]
35+
36+
[requires]
37+
python_version = "3.12"

0 commit comments

Comments
 (0)