Samuraiog commited on
Commit
b9f0dd5
·
verified ·
1 Parent(s): 3f0c05b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +20 -6
requirements.txt CHANGED
@@ -1,6 +1,20 @@
1
- fastapi==0.115.0
2
- uvicorn[standard]==0.30.6
3
- aiohttp==3.9.5
4
- psutil==6.0.0
5
- uvloop==0.20.0
6
- python-multipart==0.0.9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Phoenix Fury API v7.0 - Maximum Power Edition
2
+ # Python Dependencies
3
+
4
+ # FastAPI & Web Server
5
+ fastapi==0.109.0
6
+ uvicorn[standard]==0.27.0
7
+ pydantic==2.5.3
8
+
9
+ # High-Performance Async HTTP
10
+ aiohttp==3.9.1
11
+ aiodns==3.1.1
12
+
13
+ # Ultra-Fast Event Loop (Linux/macOS only, optional but highly recommended)
14
+ uvloop==0.19.0
15
+
16
+ # System Monitoring
17
+ psutil==5.9.7
18
+
19
+ # Standard Library (included in Python, listed for reference)
20
+ # socket, struct, random, time, multiprocessing, threading, asyncio, os, sys, ssl, ctypes