Skip to content

Commit

Permalink
docs: updated requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
PeriniM committed May 25, 2024
1 parent 545374c commit e43b801
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 21 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,15 @@ docs/source/_templates/
docs/source/_static/
.env
venv/
.venv/
.vscode/

# exclude pdf, mp3
*.pdf
*.mp3
*.sqlite
*.google-cookie
*.python-version
examples/graph_examples/ScrapeGraphAI_generated_graph
examples/**/result.csv
examples/**/result.json
Expand Down
22 changes: 11 additions & 11 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ beautifulsoup4==4.12.3
# via scrapegraphai
blinker==1.8.2
# via streamlit
boto3==1.34.110
boto3==1.34.113
# via langchain-aws
botocore==1.34.110
botocore==1.34.113
# via boto3
# via s3transfer
burr==0.19.1
Expand Down Expand Up @@ -107,7 +107,7 @@ fastapi-pagination==0.12.24
# via burr
filelock==3.14.0
# via huggingface-hub
fonttools==4.51.0
fonttools==4.52.1
# via matplotlib
free-proxy==1.1.1
# via scrapegraphai
Expand All @@ -130,7 +130,7 @@ google-api-core==2.19.0
# via google-ai-generativelanguage
# via google-api-python-client
# via google-generativeai
google-api-python-client==2.129.0
google-api-python-client==2.130.0
# via google-generativeai
google-auth==2.29.0
# via google-ai-generativelanguage
Expand All @@ -151,7 +151,7 @@ graphviz==0.20.3
greenlet==3.0.3
# via playwright
# via sqlalchemy
groq==0.7.0
groq==0.8.0
# via langchain-groq
grpcio==1.64.0
# via google-api-core
Expand Down Expand Up @@ -194,7 +194,7 @@ jinja2==3.1.4
# via fastapi
# via pydeck
# via sphinx
jiter==0.1.0
jiter==0.4.0
# via anthropic
jmespath==1.0.1
# via boto3
Expand Down Expand Up @@ -235,7 +235,7 @@ langchain-openai==0.1.6
# via scrapegraphai
langchain-text-splitters==0.0.2
# via langchain
langsmith==0.1.60
langsmith==0.1.63
# via langchain
# via langchain-community
# via langchain-core
Expand Down Expand Up @@ -273,7 +273,7 @@ numpy==1.26.4
# via pydeck
# via sf-hamilton
# via streamlit
openai==1.30.1
openai==1.30.3
# via burr
# via langchain-openai
orjson==3.10.3
Expand Down Expand Up @@ -433,7 +433,7 @@ sqlalchemy==2.0.30
# via langchain-community
starlette==0.37.2
# via fastapi
streamlit==1.34.0
streamlit==1.35.0
# via burr
tenacity==8.3.0
# via langchain
Expand All @@ -460,7 +460,7 @@ tqdm==4.66.4
# via scrapegraphai
typer==0.12.3
# via fastapi-cli
typing-extensions==4.11.0
typing-extensions==4.12.0
# via altair
# via anthropic
# via anyio
Expand Down Expand Up @@ -497,7 +497,7 @@ urllib3==2.2.1
uvicorn==0.29.0
# via burr
# via fastapi
watchdog==4.0.0
watchdog==4.0.1
# via streamlit
watchfiles==0.21.0
# via uvicorn
Expand Down
3 changes: 2 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
sphinx==7.1.2
sphinx-wagtail-theme==6.3.0
furo==2024.5.6
pytest==8.0.0
burr[start]==0.19.1
16 changes: 8 additions & 8 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ attrs==23.2.0
beautifulsoup4==4.12.3
# via google
# via scrapegraphai
boto3==1.34.110
boto3==1.34.113
# via langchain-aws
botocore==1.34.110
botocore==1.34.113
# via boto3
# via s3transfer
cachetools==5.3.3
Expand Down Expand Up @@ -75,7 +75,7 @@ google-api-core==2.19.0
# via google-ai-generativelanguage
# via google-api-python-client
# via google-generativeai
google-api-python-client==2.129.0
google-api-python-client==2.130.0
# via google-generativeai
google-auth==2.29.0
# via google-ai-generativelanguage
Expand All @@ -95,7 +95,7 @@ graphviz==0.20.3
greenlet==3.0.3
# via playwright
# via sqlalchemy
groq==0.7.0
groq==0.8.0
# via langchain-groq
grpcio==1.64.0
# via google-api-core
Expand Down Expand Up @@ -123,7 +123,7 @@ idna==3.7
# via httpx
# via requests
# via yarl
jiter==0.1.0
jiter==0.4.0
# via anthropic
jmespath==1.0.1
# via boto3
Expand Down Expand Up @@ -158,7 +158,7 @@ langchain-openai==0.1.6
# via scrapegraphai
langchain-text-splitters==0.0.2
# via langchain
langsmith==0.1.60
langsmith==0.1.63
# via langchain
# via langchain-community
# via langchain-core
Expand All @@ -179,7 +179,7 @@ numpy==1.26.4
# via langchain-aws
# via langchain-community
# via pandas
openai==1.30.1
openai==1.30.3
# via langchain-openai
orjson==3.10.3
# via langsmith
Expand Down Expand Up @@ -277,7 +277,7 @@ tqdm==4.66.4
# via huggingface-hub
# via openai
# via scrapegraphai
typing-extensions==4.11.0
typing-extensions==4.12.0
# via anthropic
# via anyio
# via google-generativeai
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ playwright==1.43.0
langchain-aws==0.1.2
langchain-anthropic==0.1.11
yahoo-search-py==0.3
pypdf==4.2.0
undetected-playwright==0.3.0

0 comments on commit e43b801

Please sign in to comment.