1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-22 14:32:58 +00:00

require parsel 1.5+

This commit is contained in:
Mikhail Korobov 2018-08-09 03:32:46 +05:00
parent 7223978594
commit 25ac4691b4
3 changed files with 3 additions and 3 deletions

View File

@ -6,5 +6,5 @@ queuelib
w3lib>=1.17.0
six>=1.5.2
PyDispatcher>=2.0.5
parsel>=1.4
parsel>=1.5
service_identity

View File

@ -6,5 +6,5 @@ queuelib>=1.1.1
w3lib>=1.17.0
six>=1.5.2
PyDispatcher>=2.0.5
parsel>=1.4
parsel>=1.5
service_identity

View File

@ -71,7 +71,7 @@ setup(
'pyOpenSSL',
'cssselect>=0.9',
'six>=1.5.2',
'parsel>=1.4',
'parsel>=1.5',
'PyDispatcher>=2.0.5',
'service_identity',
],