mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-20 06:10:59 +00:00
The minimum version supported was already 4.8.0 because of the use of multi_valued_attributes [1]. Test support for < 4.8.1 is the only code that needs removing [2]. [1]3ff3d724("Use BeautifulSoup element attrs directly", 2020-04-03) [2]607328d5("Support Beautiful Soup line numbers", 2019-10-05)
7 lines
99 B
Text
7 lines
99 B
Text
# required:
|
|
beautifulsoup4 >= 4.8.1
|
|
requests >= 2.4
|
|
pyxdg
|
|
dnspython >= 2.0
|
|
# optional:
|
|
argcomplete
|