[#17] Remove ckanclient dependency as it is not used
This commit is contained in:
parent
f1d11c1307
commit
3d2867ca04
|
@ -9,8 +9,6 @@ from ckan.lib.helpers import json
|
|||
from ckanext.harvest.model import HarvestJob, HarvestObject, HarvestGatherError, \
|
||||
HarvestObjectError
|
||||
|
||||
from ckanclient import CkanClient
|
||||
|
||||
import logging
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
pika==0.9.8
|
||||
ckanclient>=0.7
|
||||
lxml==2.2.4
|
||||
|
|
Loading…
Reference in New Issue