Samuraiog commited on
Commit
dbd26b7
·
verified ·
1 Parent(s): 9b85541

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -3
requirements.txt CHANGED
@@ -1,7 +1,18 @@
 
 
1
  fastapi==0.109.0
2
  uvicorn[standard]==0.27.0
3
  pydantic==2.5.3
4
- aiohttp==3.9.1
5
- aiodns==3.1.1
 
6
  uvloop==0.19.0
7
- psutil==5.9.7
 
 
 
 
 
 
 
 
 
1
+ # Phoenix Fury v9.0 - Requirements
2
+ # Core Framework
3
  fastapi==0.109.0
4
  uvicorn[standard]==0.27.0
5
  pydantic==2.5.3
6
+
7
+ # Performance & System
8
+ psutil==5.9.8
9
  uvloop==0.19.0
10
+
11
+ # HTTP/2 Support
12
+ h2==4.1.0
13
+ hyperframe==6.0.1
14
+ hpack==4.0.0
15
+
16
+ # Additional Performance (Optional but recommended)
17
+ httptools==0.6.1
18
+ python-dotenv==1.0.0