Skip to content

Commit 72033da

Browse files
authored
Downgrade Scrapy from 2.3.0 to 2.2.1 because of NotImplementedError (#65)
1 parent b7927d8 commit 72033da

File tree

3 files changed

+54
-26
lines changed

3 files changed

+54
-26
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7-
Scrapy = "==2.3.0"
7+
Scrapy = "==2.2.1"
88
selenium = "==3.141.0"
99
pytest = "==6.0.0"
1010
meilisearch = "==0.12.3"

Pipfile.lock

Lines changed: 53 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scraper/src/documentation_spider.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
EXIT_CODE_EXCEEDED_RECORDS = 4
2222

2323

24-
#pylint: disable=abstract-method
2524
class DocumentationSpider(CrawlSpider, SitemapSpider):
2625
"""
2726
DocumentationSpider

0 commit comments

Comments
 (0)