test 4
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi==0.115.6
|
| 2 |
+
uvicorn==0.34.0
|
| 3 |
+
requests==2.32.3
|
| 4 |
+
lunar_python==1.3.12
|
| 5 |
+
slowapi==0.1.9
|
| 6 |
+
aiohttp==3.11.11
|
| 7 |
+
Pillow==11.1.0
|
| 8 |
+
redis==5.2.1
|
| 9 |
+
limits==4.0.1
|
| 10 |
+
httpx==0.28.1
|
| 11 |
+
Jinja2==3.1.5
|
| 12 |
+
python-multipart==0.0.20
|
| 13 |
+
python-dotenv==1.0.1
|