Spaces:
Runtime error
Runtime error
🥸 Update requirements
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
|
@@ -21,6 +21,7 @@ decorator==5.1.1
|
|
| 21 |
Deprecated==1.2.13
|
| 22 |
docutils==0.19
|
| 23 |
et-xmlfile==1.1.0
|
|
|
|
| 24 |
executing==1.2.0
|
| 25 |
faiss-cpu==1.7.3
|
| 26 |
frozenlist==1.3.3
|
|
@@ -29,6 +30,7 @@ httpcore==0.16.3
|
|
| 29 |
httpx==0.23.3
|
| 30 |
idna==3.4
|
| 31 |
importlib-metadata==6.3.0
|
|
|
|
| 32 |
ipykernel==6.22.0
|
| 33 |
ipython==8.12.0
|
| 34 |
jaraco.classes==3.2.3
|
|
@@ -66,6 +68,7 @@ pickleshare==0.7.5
|
|
| 66 |
Pillow==9.5.0
|
| 67 |
pkginfo==1.9.6
|
| 68 |
platformdirs==3.2.0
|
|
|
|
| 69 |
prompt-toolkit==3.0.38
|
| 70 |
psutil==5.9.4
|
| 71 |
ptyprocess==0.7.0
|
|
@@ -73,14 +76,15 @@ pure-eval==0.2.2
|
|
| 73 |
pydantic==1.10.7
|
| 74 |
Pygments==2.15.0
|
| 75 |
pypandoc==1.11
|
|
|
|
| 76 |
python-dateutil==2.8.2
|
| 77 |
python-docx==0.8.11
|
|
|
|
| 78 |
python-magic==0.4.27
|
| 79 |
python-pptx==0.6.21
|
| 80 |
pytz==2023.3
|
| 81 |
PyYAML==6.0
|
| 82 |
pyzmq==25.0.2
|
| 83 |
-
qnabot==0.0.2
|
| 84 |
readme-renderer==37.3
|
| 85 |
regex==2023.3.23
|
| 86 |
requests==2.28.2
|
|
|
|
| 21 |
Deprecated==1.2.13
|
| 22 |
docutils==0.19
|
| 23 |
et-xmlfile==1.1.0
|
| 24 |
+
exceptiongroup==1.1.1
|
| 25 |
executing==1.2.0
|
| 26 |
faiss-cpu==1.7.3
|
| 27 |
frozenlist==1.3.3
|
|
|
|
| 30 |
httpx==0.23.3
|
| 31 |
idna==3.4
|
| 32 |
importlib-metadata==6.3.0
|
| 33 |
+
iniconfig==2.0.0
|
| 34 |
ipykernel==6.22.0
|
| 35 |
ipython==8.12.0
|
| 36 |
jaraco.classes==3.2.3
|
|
|
|
| 68 |
Pillow==9.5.0
|
| 69 |
pkginfo==1.9.6
|
| 70 |
platformdirs==3.2.0
|
| 71 |
+
pluggy==1.0.0
|
| 72 |
prompt-toolkit==3.0.38
|
| 73 |
psutil==5.9.4
|
| 74 |
ptyprocess==0.7.0
|
|
|
|
| 76 |
pydantic==1.10.7
|
| 77 |
Pygments==2.15.0
|
| 78 |
pypandoc==1.11
|
| 79 |
+
pytest==7.3.0
|
| 80 |
python-dateutil==2.8.2
|
| 81 |
python-docx==0.8.11
|
| 82 |
+
python-dotenv==1.0.0
|
| 83 |
python-magic==0.4.27
|
| 84 |
python-pptx==0.6.21
|
| 85 |
pytz==2023.3
|
| 86 |
PyYAML==6.0
|
| 87 |
pyzmq==25.0.2
|
|
|
|
| 88 |
readme-renderer==37.3
|
| 89 |
regex==2023.3.23
|
| 90 |
requests==2.28.2
|