From 66826b3b4b641646393d5b4a06950f19b466ddfd Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 3 Feb 2023 14:06:12 +0000 Subject: [PATCH] forgotten dependencies --- application/requirements.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/application/requirements.txt b/application/requirements.txt index 08667ad3..e01d80c8 100644 --- a/application/requirements.txt +++ b/application/requirements.txt @@ -2,10 +2,12 @@ aiohttp==3.8.3 aiosignal==1.3.1 async-timeout==4.0.2 attrs==22.2.0 +blobfile==2.0.1 charset-normalizer==2.1.1 click==8.1.3 dataclasses-json==0.5.7 faiss-cpu==1.7.3 +filelock==3.9.0 Flask==2.2.2 frozenlist==1.3.3 greenlet==2.0.2 @@ -13,6 +15,7 @@ idna==3.4 itsdangerous==2.1.2 Jinja2==3.1.2 langchain==0.0.76 +lxml==4.9.2 MarkupSafe==2.1.2 marshmallow==3.19.0 marshmallow-enum==1.5.1 @@ -21,11 +24,14 @@ mypy-extensions==0.4.3 numpy==1.24.1 openai==0.26.4 packaging==23.0 +pycryptodomex==3.17 pydantic==1.10.4 python-dotenv==0.21.1 PyYAML==6.0 +regex==2022.10.31 requests==2.28.2 SQLAlchemy==1.4.46 +tiktoken==0.1.2 tqdm==4.64.1 typing-inspect==0.8.0 typing_extensions==4.4.0