Added requirement

This commit is contained in:
Simon 2018-06-03 10:49:11 -04:00
parent 270ab1335a
commit cfa6a9f02f
2 changed files with 3 additions and 26 deletions

View File

@ -7,3 +7,4 @@ flask_recaptcha
Flask-Caching Flask-Caching
praw praw
humanfriendly humanfriendly
apscheduler

View File

@ -39,7 +39,7 @@ CONCURRENT_REQUESTS_PER_DOMAIN = 40
#COOKIES_ENABLED = False #COOKIES_ENABLED = False
# Disable Telnet Console (enabled by default) # Disable Telnet Console (enabled by default)
#TELNETCONSOLE_ENABLED = False TELNETCONSOLE_ENABLED = False
# Override the default request headers: # Override the default request headers:
#DEFAULT_REQUEST_HEADERS = { #DEFAULT_REQUEST_HEADERS = {
@ -47,30 +47,6 @@ CONCURRENT_REQUESTS_PER_DOMAIN = 40
# 'Accept-Language': 'en', # 'Accept-Language': 'en',
#} #}
# Enable or disable spider middlewares
# See https://doc.scrapy.org/en/latest/topics/spider-middleware.html
#SPIDER_MIDDLEWARES = {
# 'scrapy_downl_od.middlewares.ScrapyDownlOdSpiderMiddleware': 543,
#}
# Enable or disable downloader middlewares
# See https://doc.scrapy.org/en/latest/topics/downloader-middleware.html
#DOWNLOADER_MIDDLEWARES = {
# 'scrapy_downl_od.middlewares.ScrapyDownlOdDownloaderMiddleware': 543,
#}
# Enable or disable extensions
# See https://doc.scrapy.org/en/latest/topics/extensions.html
#EXTENSIONS = {
# 'scrapy.extensions.telnet.TelnetConsole': None,
#}
# Configure item pipelines
# See https://doc.scrapy.org/en/latest/topics/item-pipeline.html
#ITEM_PIPELINES = {
# 'scrapy_downl_od.pipelines.ScrapyDownlOdPipeline': 300,
#}
# Enable and configure the AutoThrottle extension (disabled by default) # Enable and configure the AutoThrottle extension (disabled by default)
# See https://doc.scrapy.org/en/latest/topics/autothrottle.html # See https://doc.scrapy.org/en/latest/topics/autothrottle.html
#AUTOTHROTTLE_ENABLED = True #AUTOTHROTTLE_ENABLED = True