Skip to content

Commit

Permalink
Drop the explicit dep on w3lib.
Browse files Browse the repository at this point in the history
  • Loading branch information
wRAR committed Jun 3, 2024
1 parent e2bd006 commit 608112f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,5 +230,4 @@ def maybe_skip_member(app, what, name, obj, skip, options):
"parsel": ("https://parsel.readthedocs.io/en/stable/", None),
"python": ("https://docs.python.org/3", None),
"scrapy": ("https://docs.scrapy.org/en/latest/", None),
"w3lib": ("https://w3lib.readthedocs.io/en/latest", None),
}
4 changes: 2 additions & 2 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ itemloaders 1.0.1 (2020-07-02)

- Lowered some minimum dependency versions (:gh:`10`):

- :doc:`parsel <parsel:index>`: 1.5.2 → 1.5.0
- ``parsel``: 1.5.2 → 1.5.0

- :doc:`w3lib <w3lib:index>`: 1.21.0 → 1.17.0
- ``w3lib``: 1.21.0 → 1.17.0

- Improved the README file (:gh:`9`)

Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
install_requires=[
# before updating these versions, be sure they are not higher than
# scrapy's requirements
"w3lib>=1.17.0",
"parsel>=1.5.0",
"jmespath>=0.9.5",
"itemadapter>=0.1.0",
Expand Down

0 comments on commit 608112f

Please sign in to comment.