mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
20181108 is the version used by the current Debian oldstable. Ubuntu 20.04 LTS has 20191020. pdfminer installs cryptography, >= 38 breaks pyOpenSSL < 22 as found in Ubuntu 20.04 LTS. Update docs job to use ubuntu-22.04 to avoid failures.
7 lines
128 B
Text
7 lines
128 B
Text
# required:
|
|
beautifulsoup4 >= 4.8.1
|
|
requests >= 2.20
|
|
dnspython >= 2.0
|
|
# optional:
|
|
argcomplete >= 1.8.1
|
|
pdfminer.six >= 20181108
|