Skip to content
This repository has been archived by the owner on Feb 3, 2025. It is now read-only.

Commit

Permalink
add crawlab.
Browse files Browse the repository at this point in the history
  • Loading branch information
dubuqingfeng committed Jul 8, 2020
1 parent f069514 commit b9d9397
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions coinincome/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
# See https://doc.scrapy.org/en/latest/topics/item-pipeline.html
ITEM_PIPELINES = {
'coinincome.pipelines.MySQLTwistedPipeline': 300,
'crawlab.pipelines.CrawlabMongoPipeline': 888,
}

# Enable and configure the AutoThrottle extension (disabled by default)
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
pymysql
crawlab-sdk

0 comments on commit b9d9397

Please sign in to comment.