linkchecker/requirements.txt
Antoine Beaupré 66c800cd3c
lower requirements to allow install on older systems
PR #196 bumped this to 2.20 to fix a security warning about requests
in our repository, but I believe that warning can be fixed by removing
only the upper bound. This should make backporting linkchecker to
older systems easier, where requests presumably has the 2.20 fix
backported.
2018-11-03 13:14:04 -04:00

6 lines
68 B
Text

# required:
requests >= 2.4
pyxdg
dnspython
# optional:
argcomplete