Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
deedy5 authored Oct 7, 2022
1 parent a517316 commit 7081a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
packages=find_packages(exclude=[]),
py_modules=["duckduckgo_search"],
install_requires=[
"requests>=2.27.1",
"requests>=2.28.1",
"click>=8.1.3",
],
entry_points={"console_scripts": ["ddgs = duckduckgo_search.cli.ddgs:cli"]},
Expand Down

0 comments on commit 7081a2e

Please sign in to comment.