Skip to content

Commit cb87e9b

Browse files
committed
Remove lxml dependency
pysolr 3.3.2+ no longer requires lxml, which saves a significant install dependency
1 parent 058265a commit cb87e9b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@
1717

1818
tests_require = [
1919
'elasticsearch>=1.0.0,<2.0.0',
20-
'pysolr>=3.3.1',
20+
'pysolr>=3.3.2',
2121
'whoosh==2.5.4',
22-
'lxml==3.2.3',
2322
'python-dateutil',
2423
'geopy==0.95.1',
2524

0 commit comments

Comments
 (0)