mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-21 04:41:52 +00:00
With Python 3.7 and Requests 2.4.0 on Ubuntu 20.04 there are two test failures; reasons not immediately clear. There is a warning for the use of ABCs from collections and not collections.abc. That will cause an exception on Python 3.10 and is fixed in Requests 2.19.0.
6 lines
103 B
Text
6 lines
103 B
Text
# required:
|
|
beautifulsoup4 >= 4.8.1
|
|
requests >= 2.19
|
|
dnspython >= 2.0
|
|
# optional:
|
|
argcomplete >= 1.8.1
|