Update requirements.txt
Browse files- requirements.txt +1 -7
requirements.txt
CHANGED
@@ -3,14 +3,8 @@ uvicorn
|
|
3 |
python-multipart
|
4 |
requests
|
5 |
fastapi-utils
|
6 |
-
|
7 |
-
fastapi
|
8 |
-
python-multipart
|
9 |
-
requests
|
10 |
-
pandasai
|
11 |
pyyaml
|
12 |
openpyxl
|
13 |
matplotlib
|
14 |
seaborn
|
15 |
-
googletrans==4.0.0-rc1
|
16 |
-
apscheduler
|
|
|
3 |
python-multipart
|
4 |
requests
|
5 |
fastapi-utils
|
6 |
+
pandasai==2.2.1
|
|
|
|
|
|
|
|
|
7 |
pyyaml
|
8 |
openpyxl
|
9 |
matplotlib
|
10 |
seaborn
|
|
|
|