Update requirements.txt
Browse files- requirements.txt +20 -6
requirements.txt
CHANGED
|
@@ -1,6 +1,20 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|