-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
32 lines (29 loc) · 1.29 KB
/
Copy pathrequirements.txt
File metadata and controls
32 lines (29 loc) · 1.29 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
# ============================================================
# 📦 Core Web Frameworks
# ============================================================
fastapi==0.118.0
uvicorn[standard]==0.37.0
pydantic==2.11.1 # 🔹 آخر إصدار مستقر ومجرب مع FastAPI
pydantic-settings==2.6.1 # 🔹 متوافق مع pydantic>=2.11
python-multipart==0.0.20
jinja2==3.1.4
itsdangerous==2.2.0
email-validator==2.3.0
# ============================================================
# 🧾 PDF & Image Rendering
# ============================================================
reportlab==4.2.5 # 🔹 4.4.4 بها بعض تغييرات غير متوافقة بعد
Pillow==10.4.0 # 🔹 11.3.0 لم تصدر رسميًا حتى الآن (احتمال typo)
arabic-reshaper==3.0.0
python-bidi==0.6.6
# ============================================================
# 🖥️ User Interface & Tools
# ============================================================
streamlit==1.39.0 # 🔹 آخر إصدار مستقر ومجرب مع FastAPI integration
requests==2.32.3
# ============================================================
# 🧰 Optional Utilities
# ============================================================
httpx==0.27.2
python-dotenv==1.0.1
charset-normalizer==3.4.0