Skip to content

Commit

Permalink
Merge pull request #419 from sockthedev/remove-asyncio
Browse files Browse the repository at this point in the history
Removes asyncio as it is in the std lib
  • Loading branch information
assafelovic authored Apr 2, 2024
2 parents f355a68 + acaf651 commit eccc73f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 18 deletions.
18 changes: 3 additions & 15 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.10,<4.0"
asyncio = ">=3.4.3"
beautifulsoup4 = ">=4.12.2"
colorama = ">=0.4.6"
duckduckgo_search = ">=4.1.1"
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# dependencies
asyncio
beautifulsoup4
colorama
duckduckgo_search
Expand Down Expand Up @@ -29,4 +28,4 @@ langchain-openai
mistune
python-docx
htmldocx
langchain-google-genai
langchain-google-genai

0 comments on commit eccc73f

Please sign in to comment.