-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
37 lines (37 loc) · 828 Bytes
/
Copy pathpyproject.toml
File metadata and controls
37 lines (37 loc) · 828 Bytes
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
[project]
name = "ajs-pantry"
version = "1.0.0"
description = "Multi-tenant Maskan Breakfast Management System"
requires-python = ">=3.11"
dependencies = [
"alembic==1.18.4",
"blinker==1.9.0",
"click==8.3.1",
"colorama==0.4.6",
"Flask==3.1.2",
"Flask-Limiter[redis]==4.1.1",
"Flask-Migrate==4.1.0",
"Flask-SQLAlchemy==3.1.1",
"greenlet==3.3.1",
"gunicorn==25.0.3",
"itsdangerous==2.2.0",
"Jinja2==3.1.6",
"Mako==1.3.10",
"MarkupSafe==3.0.3",
"packaging==26.0",
"psycopg2-binary==2.9.10",
"python-dotenv==1.2.1",
"SQLAlchemy==2.0.46",
"typing_extensions==4.15.0",
"Werkzeug==3.1.5",
"pdfplumber",
"pywebpush",
"cryptography",
"pytesseract",
"Pillow",
"redis",
"rq",
"Flask-Caching",
"requests",
"openpyxl",
]