Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update required Scrapy version
  • Loading branch information
chekunkov authored Feb 9, 2017
commit c6f68c01cb081c941d1e94cbb539818667d8dd50
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
],
install_requires=['Scrapy>=1.0', 'bsddb3']
install_requires=['Scrapy>=1.1.0', 'bsddb3']
)