Skip to content

Commit

Permalink
Downgrade Scrapy from 2.3.0 to 2.2.1 because of NotImplementedError (#65
Browse files Browse the repository at this point in the history
)
  • Loading branch information
curquiza committed Sep 10, 2020
1 parent b7927d8 commit 72033da
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 26 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
Scrapy = "==2.3.0"
Scrapy = "==2.2.1"
selenium = "==3.141.0"
pytest = "==6.0.0"
meilisearch = "==0.12.3"
Expand Down
77 changes: 53 additions & 24 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion scraper/src/documentation_spider.py
Expand Up @@ -21,7 +21,6 @@
EXIT_CODE_EXCEEDED_RECORDS = 4


#pylint: disable=abstract-method
class DocumentationSpider(CrawlSpider, SitemapSpider):
"""
DocumentationSpider
Expand Down

0 comments on commit 72033da

Please sign in to comment.