Update requirements.txt
Browse files- requirements.txt +9 -5
requirements.txt
CHANGED
|
@@ -1,5 +1,9 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
litellm>=1.20.0
|
| 2 |
+
pandas>=2.0.0
|
| 3 |
+
pandas-ta>=0.3.14
|
| 4 |
+
pytz>=2023.3
|
| 5 |
+
websockets>=12.0
|
| 6 |
+
flask>=2.3.0
|
| 7 |
+
asyncio>=3.4.3
|
| 8 |
+
aiohttp>=3.8.0
|
| 9 |
+
nest-asyncio>=1.5.0
|