We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55d5a76 commit 372b37fCopy full SHA for 372b37f
tests/requirements.txt
@@ -4,6 +4,6 @@ geopy==0.95.1
4
httplib2==0.8
5
lxml==3.2.3
6
mock
7
-pysolr==3.1.0
+pysolr>=3.2.0
8
python-dateutil
9
whoosh==2.5.4
tox.ini
@@ -15,7 +15,7 @@ downloadcache = {envtmpdir}tox-downloadcache/
15
deps =
16
17
mock==1.0.1
18
- pysolr==3.1.0
+ pysolr>=3.2.0
19
20
elasticsearch==0.4.3
21
0 commit comments