Skip to content

Commit

Permalink
remove asyncio from requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
nwaughachukwuma committed Nov 15, 2024
1 parent 84cfa4c commit 56ee8fa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules"
]
dependencies = [
"asyncio",
"httpx",
"beautifulsoup4",
"wikipedia",
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
asyncio
httpx
wikipedia
lxml
Expand Down

0 comments on commit 56ee8fa

Please sign in to comment.