From 11ccea9bf41215d6096467f53cfd0686dc96befb Mon Sep 17 00:00:00 2001 From: holgerd77 Date: Wed, 13 Feb 2019 14:42:14 +0100 Subject: [PATCH] Updated Scrapy from 1.4 to 1.5, removed Django 1.8, 1.9, 1.10 support --- requirements.txt | 4 ++-- setup.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5d1ce85b..6d828595 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -Django>=1.8,<1.12 -Scrapy>=1.4,<1.5 +Django>=1.11,<1.12 +Scrapy>=1.5,<1.6 scrapy-djangoitem>=1.1.1,<1.2 scrapy-splash>=0.7,<0.8 scrapyd>=1.2,<1.3 diff --git a/setup.py b/setup.py index f954f9c6..0d10b631 100644 --- a/setup.py +++ b/setup.py @@ -30,8 +30,8 @@ # Django, Scrapy and Celery requirements are commented out here and have # to be installed manually to avoid side-effects when updating the software. # Version numbers are updated accordingly though. - # 'Django>=1.8,<1.12', - # 'Scrapy>=1.4,<1.5', + # 'Django>=1.11,<1.12', + # 'Scrapy>=1.5,<1.6', # 'scrapy-djangoitem>=1.1.1,<1.2', # 'scrapy-splash>=0.7,<0.8', # Optional # 'scrapyd>=1.2,<1.3',