Skip to content

Commit

Permalink
No longer specify minimal version
Browse files Browse the repository at this point in the history
  • Loading branch information
nblock authored and Florian Preinstorfer committed Apr 25, 2024
1 parent dc3d625 commit 9b29cad
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
packages=find_packages(exclude=["tests"]),
include_package_data=True,
install_requires=[
"Click>=6.6",
"Scrapy>=2.2",
"dateparser>=0.5.1",
"click",
"dateparser",
"feedparser",
"lxml>=3.5.0",
"python-dateutil>=2.7.3",
"pyxdg>=0.26",
"readability-lxml>=0.7",
"itemloaders",
"lxml",
"python-dateutil",
"pyxdg",
"readability-lxml",
"scrapy",
"scrapy-inline-requests",
"itemloaders", # explicit dependency of Scrapy > 2.2.1
],
extras_require={
"docs": ["sphinx", "sphinx_rtd_theme"],
Expand Down

0 comments on commit 9b29cad

Please sign in to comment.