feat: Update requirements.txt with additional dependencies for enhanced functionality

This commit is contained in:
bolade
2025-10-14 15:00:44 +01:00
parent 8168955705
commit 7f924b60ec
+40 -1
View File
@@ -1,26 +1,40 @@
aiofiles==24.1.0
aiohappyeyeballs==2.6.1 aiohappyeyeballs==2.6.1
aiohttp==3.12.15 aiohttp==3.12.15
aiosignal==1.4.0 aiosignal==1.4.0
aiosqlite==0.21.0
alphashape==1.3.1
annotated-types==0.7.0 annotated-types==0.7.0
anyio==4.10.0 anyio==4.10.0
attrs==25.3.0 attrs==25.3.0
backoff==2.2.1 backoff==2.2.1
bcrypt==4.3.0 bcrypt==4.3.0
beautifulsoup4==4.14.2
brotli==1.1.0
build==1.3.0 build==1.3.0
cachetools==5.5.2 cachetools==5.5.2
certifi==2025.8.3 certifi==2025.8.3
cffi==2.0.0
chardet==5.2.0
charset-normalizer==3.4.3 charset-normalizer==3.4.3
chromadb==1.0.20 chromadb==1.0.20
click==8.2.1 click==8.2.1
click-log==0.4.0
coloredlogs==15.0.1 coloredlogs==15.0.1
crawl4ai==0.7.4
cryptography==46.0.1
dataclasses-json==0.6.7 dataclasses-json==0.6.7
ddgs==9.5.2
distro==1.9.0 distro==1.9.0
dnspython==2.7.0 dnspython==2.7.0
durationpy==0.10 durationpy==0.10
email-validator==2.3.0 email-validator==2.3.0
fake-http-header==0.3.5
fake-useragent==2.2.0
fastapi==0.116.1 fastapi==0.116.1
fastapi-cli==0.0.8 fastapi-cli==0.0.8
fastapi-cloud-cli==0.1.5 fastapi-cloud-cli==0.1.5
fastuuid==0.13.5
filelock==3.19.1 filelock==3.19.1
flatbuffers==25.2.10 flatbuffers==25.2.10
frozenlist==1.7.0 frozenlist==1.7.0
@@ -30,25 +44,29 @@ googleapis-common-protos==1.70.0
greenlet==3.2.4 greenlet==3.2.4
grpcio==1.74.0 grpcio==1.74.0
h11==0.16.0 h11==0.16.0
h2==4.3.0
hf-xet==1.1.8 hf-xet==1.1.8
hpack==4.1.0
httpcore==1.0.9 httpcore==1.0.9
httptools==0.6.4 httptools==0.6.4
httpx==0.28.1 httpx==0.28.1
httpx-sse==0.4.1 httpx-sse==0.4.1
huggingface-hub==0.34.4 huggingface-hub==0.34.4
humanfriendly==10.0 humanfriendly==10.0
humanize==4.13.0
hyperframe==6.1.0
idna==3.10 idna==3.10
importlib-metadata==8.7.0 importlib-metadata==8.7.0
importlib-resources==6.5.2 importlib-resources==6.5.2
itsdangerous==2.2.0 itsdangerous==2.2.0
jinja2==3.1.6 jinja2==3.1.6
jiter==0.10.0 jiter==0.10.0
joblib==1.5.2
jsonpatch==1.33 jsonpatch==1.33
jsonpointer==3.0.0 jsonpointer==3.0.0
jsonschema==4.25.1 jsonschema==4.25.1
jsonschema-specifications==2025.4.1 jsonschema-specifications==2025.4.1
kubernetes==33.1.0 kubernetes==33.1.0
playwright==1.48.0
langchain==0.3.27 langchain==0.3.27
langchain-community==0.3.29 langchain-community==0.3.29
langchain-core==0.3.75 langchain-core==0.3.75
@@ -59,6 +77,9 @@ langgraph-checkpoint==2.1.1
langgraph-prebuilt==0.6.4 langgraph-prebuilt==0.6.4
langgraph-sdk==0.2.4 langgraph-sdk==0.2.4
langsmith==0.4.20 langsmith==0.4.20
lark==1.3.0
litellm==1.77.5
lxml==5.4.0
markdown-it-py==4.0.0 markdown-it-py==4.0.0
markupsafe==3.0.2 markupsafe==3.0.2
marshmallow==3.26.1 marshmallow==3.26.1
@@ -67,6 +88,8 @@ mmh3==5.2.0
mpmath==1.3.0 mpmath==1.3.0
multidict==6.6.4 multidict==6.6.4
mypy-extensions==1.1.0 mypy-extensions==1.1.0
networkx==3.5
nltk==3.9.1
numpy==2.3.2 numpy==2.3.2
oauthlib==3.3.1 oauthlib==3.3.1
onnxruntime==1.22.1 onnxruntime==1.22.1
@@ -82,18 +105,26 @@ ormsgpack==1.10.0
overrides==7.7.0 overrides==7.7.0
packaging==25.0 packaging==25.0
pandas==2.3.2 pandas==2.3.2
patchright==1.55.2
pillow==11.3.0
pip==25.2 pip==25.2
playwright==1.55.0
posthog==5.4.0 posthog==5.4.0
primp==0.15.0
propcache==0.3.2 propcache==0.3.2
protobuf==6.32.0 protobuf==6.32.0
psutil==7.1.0
pyasn1==0.6.1 pyasn1==0.6.1
pyasn1-modules==0.4.2 pyasn1-modules==0.4.2
pybase64==1.4.2 pybase64==1.4.2
pycparser==2.23
pydantic==2.11.7 pydantic==2.11.7
pydantic-core==2.33.2 pydantic-core==2.33.2
pydantic-extra-types==2.10.5 pydantic-extra-types==2.10.5
pydantic-settings==2.10.1 pydantic-settings==2.10.1
pyee==13.0.0
pygments==2.19.2 pygments==2.19.2
pyopenssl==25.3.0
pypika==0.48.9 pypika==0.48.9
pyproject-hooks==1.2.0 pyproject-hooks==1.2.0
python-dateutil==2.9.0.post0 python-dateutil==2.9.0.post0
@@ -101,6 +132,7 @@ python-dotenv==1.1.1
python-multipart==0.0.20 python-multipart==0.0.20
pytz==2025.2 pytz==2025.2
pyyaml==6.0.2 pyyaml==6.0.2
rank-bm25==0.2.2
referencing==0.36.2 referencing==0.36.2
regex==2025.7.34 regex==2025.7.34
requests==2.32.5 requests==2.32.5
@@ -111,17 +143,24 @@ rich-toolkit==0.15.0
rignore==0.6.4 rignore==0.6.4
rpds-py==0.27.1 rpds-py==0.27.1
rsa==4.9.1 rsa==4.9.1
rtree==1.4.1
scipy==1.16.2
sentry-sdk==2.35.1 sentry-sdk==2.35.1
shapely==2.1.2
shellingham==1.5.4 shellingham==1.5.4
six==1.17.0 six==1.17.0
sniffio==1.3.1 sniffio==1.3.1
snowballstemmer==2.2.0
soupsieve==2.8
sqlalchemy==2.0.43 sqlalchemy==2.0.43
starlette==0.47.3 starlette==0.47.3
sympy==1.14.0 sympy==1.14.0
tenacity==9.1.2 tenacity==9.1.2
tf-playwright-stealth==1.2.0
tiktoken==0.11.0 tiktoken==0.11.0
tokenizers==0.21.4 tokenizers==0.21.4
tqdm==4.67.1 tqdm==4.67.1
trimesh==4.8.3
typer==0.16.1 typer==0.16.1
typing-extensions==4.15.0 typing-extensions==4.15.0
typing-inspect==0.9.0 typing-inspect==0.9.0