Add install_requires for setuptools

This makes 'pip install' install everything that's needed for
LinkChecker to actually work.

Fixes #12.
This commit is contained in:
Marius Gedminas 2017-02-01 17:55:21 +02:00
parent 821b661923
commit 81673ff1fc

View file

@ -479,6 +479,9 @@ args = dict(
options = {
},
# Requirements, usable with setuptools or the new Python packaging module.
install_requires = [
'requests >= 2.2.0',
],
# Commented out since they are untested and not officially supported.
# See also doc/install.txt for more detailed dependency documentation.
#extra_requires = {