Skip to content

Commit

Permalink
Updated Scrapy from 1.4 to 1.5, removed Django 1.8, 1.9, 1.10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerd77 committed Feb 13, 2019
1 parent 22a7ce9 commit 11ccea9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 11ccea9

Please sign in to comment.