Skip to content

Commit

Permalink
Compatibility fix for Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
D4Vinci committed Oct 13, 2024
1 parent c89fc88 commit 5569ee9
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 @@ -50,7 +50,7 @@
install_requires=[
"requests>=2.3",
"lxml>=4.5",
"cssselect>=1.2",
"cssselect>=1.0",
"w3lib",
"orjson>=3",
"tldextract",
Expand Down

0 comments on commit 5569ee9

Please sign in to comment.