Samuraiog commited on
Commit
945fdfe
·
verified ·
1 Parent(s): d448e1e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -3
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
- # Phoenix Fury v9.0 - Requirements
 
2
  # Core Framework
3
  fastapi==0.109.0
4
  uvicorn[standard]==0.27.0
@@ -13,6 +14,9 @@ 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
 
 
 
 
1
+ # Phoenix Fury v10.0 ULTIMATE - Requirements
2
+
3
  # Core Framework
4
  fastapi==0.109.0
5
  uvicorn[standard]==0.27.0
 
14
  hyperframe==6.0.1
15
  hpack==4.0.0
16
 
17
+ # Additional Performance
18
  httptools==0.6.1
19
+ python-dotenv==1.0.0
20
+
21
+ # Async support
22
+ aiohttp==3.9.1