Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -7
requirements.txt
CHANGED
|
@@ -24,9 +24,10 @@ MarkupSafe==2.1.5
|
|
| 24 |
mdurl==0.1.2
|
| 25 |
nltk==3.8.1
|
| 26 |
numpy==1.26.4
|
|
|
|
| 27 |
packaging==23.2
|
| 28 |
pandas==2.2.1
|
| 29 |
-
pillow==
|
| 30 |
protobuf==4.25.3
|
| 31 |
pyarrow==15.0.2
|
| 32 |
pydantic==2.6.4
|
|
@@ -35,6 +36,7 @@ pydeck==0.8.1b0
|
|
| 35 |
Pygments==2.17.2
|
| 36 |
PyPDF2==3.0.1
|
| 37 |
python-dateutil==2.9.0.post0
|
|
|
|
| 38 |
pytz==2024.1
|
| 39 |
referencing==0.34.0
|
| 40 |
regex==2023.12.25
|
|
@@ -44,7 +46,7 @@ rpds-py==0.18.0
|
|
| 44 |
six==1.16.0
|
| 45 |
smmap==5.0.1
|
| 46 |
sniffio==1.3.1
|
| 47 |
-
streamlit==1.
|
| 48 |
tenacity==8.2.3
|
| 49 |
toml==0.10.2
|
| 50 |
toolz==0.12.1
|
|
@@ -59,8 +61,9 @@ torch==2.0.1
|
|
| 59 |
fpdf==1.7.2
|
| 60 |
SpeechRecognition==3.10.4
|
| 61 |
google-cloud-texttospeech==2.16.3
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
|
|
|
|
|
| 24 |
mdurl==0.1.2
|
| 25 |
nltk==3.8.1
|
| 26 |
numpy==1.26.4
|
| 27 |
+
openai==0.28
|
| 28 |
packaging==23.2
|
| 29 |
pandas==2.2.1
|
| 30 |
+
pillow==10.3.0
|
| 31 |
protobuf==4.25.3
|
| 32 |
pyarrow==15.0.2
|
| 33 |
pydantic==2.6.4
|
|
|
|
| 36 |
Pygments==2.17.2
|
| 37 |
PyPDF2==3.0.1
|
| 38 |
python-dateutil==2.9.0.post0
|
| 39 |
+
python-docx==0.8.11
|
| 40 |
pytz==2024.1
|
| 41 |
referencing==0.34.0
|
| 42 |
regex==2023.12.25
|
|
|
|
| 46 |
six==1.16.0
|
| 47 |
smmap==5.0.1
|
| 48 |
sniffio==1.3.1
|
| 49 |
+
streamlit==1.32.2
|
| 50 |
tenacity==8.2.3
|
| 51 |
toml==0.10.2
|
| 52 |
toolz==0.12.1
|
|
|
|
| 61 |
fpdf==1.7.2
|
| 62 |
SpeechRecognition==3.10.4
|
| 63 |
google-cloud-texttospeech==2.16.3
|
| 64 |
+
Flask==3.0.3
|
| 65 |
+
google-auth==2.30.0
|
| 66 |
+
google-auth-oauthlib==1.2.0
|
| 67 |
+
google-auth-httplib2==0.2.0
|
| 68 |
+
google-api-python-client==2.134.0
|
| 69 |
+
supabase==2.5.1
|