diff --git a/setup.py b/setup.py index 3d69eb0..6e24b98 100644 --- a/setup.py +++ b/setup.py @@ -20,5 +20,5 @@ 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.5', ], - install_requires=['Scrapy>=1.0', 'bsddb3'] + install_requires=['Scrapy>=1.1.0', 'bsddb3'] )