Skip to content

Commit

Permalink
fix: missing reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
TomDarmon committed Jan 3, 2024
1 parent c8e3bc4 commit 92aecaf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
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

0 comments on commit 92aecaf

Please sign in to comment.