Skip to content

Commit 51c7c67

Browse files
committed
Fix install requires scrapy verion
1 parent 63ab503 commit 51c7c67

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)