Skip to content

Commit 84b6c39

Browse files
authored
Merge pull request #60 from hcoura/fix-requirements
Fix install requires scrapy version
2 parents 63ab503 + 51c7c67 commit 84b6c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
'Topic :: Software Development :: Libraries :: Application Frameworks',
3131
'Topic :: Software Development :: Libraries :: Python Modules',
3232
],
33-
install_requires=['scrapy>=0.22', 'six', 'w3lib'],
33+
install_requires=['scrapy>=1.0.0', 'six', 'w3lib'],
3434
)

0 commit comments

Comments
 (0)