[#17] Remove ckanclient dependency as it is not used

This commit is contained in:
amercader 2013-05-24 17:55:37 +01:00
parent f1d11c1307
commit 3d2867ca04
2 changed files with 0 additions and 3 deletions

View File

@ -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__)

View File

@ -1,3 +1,2 @@
pika==0.9.8
ckanclient>=0.7
lxml==2.2.4