Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: missing reqs #7

Merged
merged 1 commit into from
Jan 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ trubrics[streamlit]
uvicorn
apify-client
sentence_transformers
sqlglot
dbutils
humanize
10 changes: 9 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ dataclasses-json==0.6.3
# via
# langchain
# unstructured
dbutils==3.0.3
# via -r requirements.in
decorator==5.1.1
# via gcsfs
distlib==0.3.8
Expand Down Expand Up @@ -221,6 +223,8 @@ huggingface-hub==0.19.4
# transformers
humanfriendly==10.0
# via coloredlogs
humanize==4.9.0
# via -r requirements.in
identify==2.5.33
# via pre-commit
idna==3.6
Expand Down Expand Up @@ -416,7 +420,9 @@ pydeck==0.8.1b0
pygments==2.17.2
# via rich
pyjwt[crypto]==2.8.0
# via msal
# via
# msal
# pyjwt
pypdf==3.17.2
# via -r requirements.in
pypika==0.48.9
Expand Down Expand Up @@ -534,6 +540,8 @@ soupsieve==2.5
# via beautifulsoup4
sqlalchemy==2.0.23
# via langchain
sqlglot==20.5.0
# via -r requirements.in
starlette==0.27.0
# via fastapi
stevedore==5.1.0
Expand Down
Loading