Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Commit 2e131ac

Browse files
committed
Fixed pyquery version
1 parent e4fc06d commit 2e131ac

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
@@ -49,7 +49,7 @@ def read(*paths):
4949
'lxml>=3.0',
5050
]
5151
INSTALL_PARSER_HTML_REQUIRES = [
52-
'pyquery<2',
52+
'pyquery<1.4.2',
5353
]
5454
INSTALL_CCHARDET_REQUIRES = [
5555
'cchardet>=2.0',

0 commit comments

Comments
 (0)