linkchecker/requirements.txt
Chris Mayo 7c2036b68c Drop support for Beautiful Soup < 4.8.1
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)
2021-01-28 19:20:24 +00:00

7 lines
99 B
Text

# required:
beautifulsoup4 >= 4.8.1
requests >= 2.4
pyxdg
dnspython >= 2.0
# optional:
argcomplete