Skip to content

Commit

Permalink
Restore the minimum parsel version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gallaecio committed Jul 16, 2024
1 parent 707ce57 commit e7ae9bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
entry_points={"pytest11": ["web-poet = web_poet.testing.pytest"]},
install_requires=[
"attrs >= 21.3.0",
"parsel >= 1.8.1",
"parsel >= 1.5.0",
"url-matcher >= 0.2.0",
"multidict >= 0.5.0",
"w3lib >= 1.22.0",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ deps =
zyte-common-items==0.1.0
aiohttp==3.7.0
attrs==21.3.0
parsel==1.8.1
parsel==1.5.0
url-matcher==0.2.0
tldextract==3.0.0
multidict==5.0.0
Expand Down

0 comments on commit e7ae9bb

Please sign in to comment.