-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
53 lines (50 loc) · 1.08 KB
/
Pipfile
File metadata and controls
53 lines (50 loc) · 1.08 KB
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
47
48
49
50
51
52
53
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
alembic = "==1.14.1"
bcrypt = "==4.1.2"
blinker = "==1.8.2"
certifi = "==2025.1.31"
click = "==8.1.8"
distlib = "==0.3.9"
exceptiongroup = "==1.2.2"
faker = "==18.11.2"
filelock = "==3.16.1"
flask = "==2.0.3"
flask-uploads = "==0.2.1"
cloudinary = "==1.25.0"
pytest = "==6.2.4"
psycopg2-binary = "==2.9.1"
gunicorn = "==20.1.0"
greenlet = "==3.1.1"
importlib-metadata = "==8.5.0"
importlib-resources = "==6.4.5"
iniconfig = "==2.1.0"
itsdangerous = "==2.2.0"
jinja2 = "==3.1.6"
mako = "==1.3.10"
markupsafe = "==2.1.5"
marshmallow = "==3.19.0"
packaging = "==25.0"
pipenv = "==2024.4.1"
platformdirs = "==4.3.6"
pluggy = "==0.13.1"
pyjwt = "==2.9.0"
python-dateutil = "==2.9.0.post0"
python-dotenv = "==1.0.0"
six = "==1.17.0"
sqlalchemy = "==2.0.40"
tomli = "==2.2.1"
typing-extensions = "==4.13.2"
virtualenv = "==20.30.0"
werkzeug = "==3.0.6"
zipp = "==3.20.2"
flask-sqlalchemy = "==2.5.1"
flask-migrate = "==3.1.0"
flask-jwt-extended = "==4.4.4"
flask-mail = "==0.9.1"
[dev-packages]
[requires]
python_version = "3.8"