Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
deedy5 authored Sep 11, 2022
1 parent df14923 commit b7d165f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
py_modules=["duckduckgo_search"],
install_requires=[
"requests>=2.27.1",
"lxml>=4.7.1",
"brotli>=1.0.9",
"click>=8.1.3",
],
entry_points={"console_scripts": ["ddgs = duckduckgo_search.cli.ddgs:cli"]},
Expand All @@ -39,6 +37,6 @@
"Topic :: Internet :: WWW/HTTP :: Indexing/Search",
"Topic :: Software Development :: Libraries :: Python Modules",
],
python_requires=">=3.6",
python_requires=">=3.7",
zip_safe=False,
)

0 comments on commit b7d165f

Please sign in to comment.