osamabyc commited on
Commit
ae06419
·
verified ·
1 Parent(s): 8201259

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +27 -19
requirements.txt CHANGED
@@ -1,19 +1,27 @@
1
- Flask
2
- flask_cors
3
- requests
4
- psutil
5
- zeroconf
6
- cryptography
7
- numpy
8
- networkx
9
- python-dotenv
10
- gradio==4.44.1
11
- fastapi>=0.111
12
- starlette>=0.37
13
- uvicorn>=0.30
14
- h11>=0.14
15
- anyio>=4.4
16
- gradio>=4.0.0
17
- huggingface-hub>=0.20.0
18
- starlette>=0.27.0
19
- uvicorn>=0.23.0
 
 
 
 
 
 
 
 
 
1
+ # الأساسيات
2
+ flask==3.0.3
3
+ flask-cors==4.0.1
4
+ python-dotenv==1.0.1
5
+
6
+ # معالجة البيانات
7
+ numpy==2.0.0
8
+ networkx==3.3
9
+
10
+ # الشبكات والاتصالات
11
+ requests==2.32.3
12
+ zeroconf==0.132.0
13
+ psutil==5.9.8
14
+
15
+ # الأمان
16
+ cryptography==42.0.8
17
+
18
+ # Hugging Face Ecosystem (التركيز هنا)
19
+ huggingface-hub==0.23.3
20
+ gradio==4.44.1 # إصدار واحد فقط بدون تكرار
21
+
22
+ # FastAPI/UVicorn (إصدارات متوافقة)
23
+ fastapi==0.111.0
24
+ starlette==0.37.2 # إصدار واحد متوافق مع FastAPI
25
+ uvicorn==0.30.1
26
+ h11==0.14.0
27
+ anyio==4.4.0