diff --git a/setup.py b/setup.py index 85d797f88..1b3c6771a 100644 --- a/setup.py +++ b/setup.py @@ -30,6 +30,11 @@ setup( name='Scrapy', version=version, url='https://scrapy.org', + project_urls = { + 'Documentation': 'https://docs.scrapy.org/', + 'Source': 'https://github.com/scrapy/scrapy', + 'Tracker': 'https://github.com/scrapy/scrapy/issues', + }, description='A high-level Web Crawling and Web Scraping framework', long_description=open('README.rst').read(), author='Scrapy developers', diff --git a/tests/requirements-py3.txt b/tests/requirements-py3.txt index 8896f4614..d5967e2f2 100644 --- a/tests/requirements-py3.txt +++ b/tests/requirements-py3.txt @@ -3,11 +3,11 @@ jmespath mitmproxy; python_version >= '3.6' mitmproxy<4.0.0; python_version < '3.6' pytest < 5.4 +pytest-azurepipelines pytest-cov pytest-twisted >= 1.11 pytest-xdist -pytest-azurepipelines -sybil +sybil >= 1.3.0 # https://github.com/cjw296/sybil/issues/20#issuecomment-605433422 testfixtures # optional for shell wrapper tests