Update requirements.txt

pull/133/head
Alex 2 years ago
parent 1af4ca2340
commit 168defb079

@ -1,52 +1,79 @@
aiohttp==3.8.3 aiohttp==3.8.3
aiosignal==1.3.1 aiosignal==1.3.1
alabaster==0.7.13 alabaster==0.7.13
anyio==3.6.2
argilla==1.3.0
async-timeout==4.0.2 async-timeout==4.0.2
attrs==22.2.0 attrs==22.2.0
Babel==2.11.0 Babel==2.11.0
backoff==2.2.1
blobfile==2.0.1 blobfile==2.0.1
certifi==2022.12.7
charset-normalizer==2.1.1 charset-normalizer==2.1.1
click==8.1.3 click==8.1.3
cohere==3.4.0
dataclasses-json==0.5.7 dataclasses-json==0.5.7
decorator==5.1.1
Deprecated==1.2.13
docutils==0.19 docutils==0.19
docx2txt==0.8
escodegen==1.0.10
esprima==4.0.1
esutils==1.0.1
et-xmlfile==1.1.0
faiss-cpu==1.7.3 faiss-cpu==1.7.3
filelock==3.9.0 filelock==3.9.0
Flask==2.2.2 Flask==2.2.2
frozenlist==1.3.3 frozenlist==1.3.3
greenlet==2.0.2 greenlet==2.0.2
h11==0.14.0
httpcore==0.16.3
httpx==0.23.3
huggingface-hub==0.12.0 huggingface-hub==0.12.0
idna==3.4 idna==3.4
imagesize==1.4.1 imagesize==1.4.1
itsdangerous==2.1.2 itsdangerous==2.1.2
javalang==0.13.0
Jinja2==3.1.2 Jinja2==3.1.2
joblib==1.2.0 joblib==1.2.0
langchain==0.0.81 langchain==0.0.81
lxml==4.9.2 lxml==4.9.2
manifest-ml==0.1.1
MarkupSafe==2.1.2 MarkupSafe==2.1.2
marshmallow==3.19.0 marshmallow==3.19.0
marshmallow-enum==1.5.1 marshmallow-enum==1.5.1
monotonic==1.6
multidict==6.0.4 multidict==6.0.4
mypy-extensions==0.4.3 mypy-extensions==0.4.3
nltk==3.8.1 nltk==3.8.1
numpy==1.24.1 numpy==1.23.5
openai==0.26.4 openai==0.26.4
openpyxl==3.1.1
packaging==23.0 packaging==23.0
pandas==1.5.3 pandas==1.5.3
Pillow==9.4.0 Pillow==9.4.0
py==1.11.0
pycryptodomex==3.17 pycryptodomex==3.17
pydantic==1.10.4 pydantic==1.10.4
Pygments==2.14.0 Pygments==2.14.0
PyPDF2==3.0.1 PyPDF2==3.0.1
python-dateutil==2.8.2 python-dateutil==2.8.2
python-docx==0.8.11
python-dotenv==0.21.1 python-dotenv==0.21.1
python-magic==0.4.27
python-pptx==0.6.21 python-pptx==0.6.21
pytz==2022.7.1 pytz==2022.7.1
PyYAML==6.0 PyYAML==6.0
redis==4.5.1
regex==2022.10.31 regex==2022.10.31
requests==2.28.2 requests==2.28.2
retry==0.9.2 retry==0.9.2
rfc3986==1.5.0
scikit-learn==1.2.1
scipy==1.10.0
sentence-transformers==2.2.2
sentencepiece==0.1.97
six==1.16.0 six==1.16.0
sniffio==1.3.0
snowballstemmer==2.2.0 snowballstemmer==2.2.0
Sphinx==6.1.3 Sphinx==6.1.3
sphinxcontrib-applehelp==1.0.4 sphinxcontrib-applehelp==1.0.4
@ -56,16 +83,22 @@ sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3 sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5 sphinxcontrib-serializinghtml==1.1.5
SQLAlchemy==1.4.46 SQLAlchemy==1.4.46
sqlitedict==2.1.0
tenacity==8.2.1 tenacity==8.2.1
threadpoolctl==3.1.0
tiktoken==0.1.2 tiktoken==0.1.2
tokenizers==0.13.2 tokenizers==0.13.2
torch==1.13.1
torchvision==0.14.1
tqdm==4.64.1 tqdm==4.64.1
transformers==4.26.0 transformers==4.26.0
typer==0.7.0 typer==0.7.0
typing-inspect==0.8.0 typing-inspect==0.8.0
typing_extensions==4.4.0 typing_extensions==4.4.0
unstructured==0.4.8 unstructured==0.4.11
urllib3==1.26.14 urllib3==1.26.14
Werkzeug==2.2.3 Werkzeug==2.2.3
wrapt==1.14.1
XlsxWriter==3.0.8 XlsxWriter==3.0.8
xxhash==3.2.0
yarl==1.8.2 yarl==1.8.2

Loading…
Cancel
Save