Skip to content

Commit 37a63cd

Browse files
authored
Merge pull request #10 from scrapy/fix-dependencies
Fix dependency versions to match scrapy
2 parents e62d95b + 3455836 commit 37a63cd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,10 @@
3636
],
3737
python_requires='>=3.5',
3838
install_requires=[
39-
'w3lib>=1.21.0',
40-
'parsel>=1.5.2',
39+
# before updating these versions, be sure they are not higher than
40+
# scrapy's requirements
41+
'w3lib>=1.17.0',
42+
'parsel>=1.5.0',
4143
'jmespath>=0.9.5'
4244
],
4345
# extras_require=extras_require,

0 commit comments

Comments
 (0)