frictionlessdata / ckanext-datapackager

CKAN extension for importing/exporting Data Packages.
36 stars 14 forks source link

Install datapackage from PyPI #46

Closed k-nut closed 8 years ago

k-nut commented 8 years ago

Fixes #45

As a first step this removes the github dependency and just specifies the (currently) latest datapackage version to be installed from PyPi.

Once this is merged we should be able to also move that dependency into the setup.py and publish this package on PyPi as well.

vitorbaptista commented 8 years ago

This probably just need rebasing from master, now that #47 was merged, so the tests are fixed and we can merge this in as well :+1:

k-nut commented 8 years ago

@vitorbaptista rebased. And the tests are still passing. I think this should be good to merge.

vitorbaptista commented 8 years ago

I'm surprised that no other changes were needed, given that we were using a quite old version of datapackage :+1: