Fixes the registration of seallable command (missing register() function and some imports)
Lists dependencies in requirements.txt, which are now used by setup.py (as linse is not yet on PIPy, it is installing from GitHub -- once released, it is just a matter of deleting what is after the at-sign)
Bump minimum Python version (as needed for pycldf dependencies as currently released on PIPy)
Both the example and seallable commands are now registered and can be called with cldfbench.
This PR:
seallable
command (missingregister()
function and some imports)requirements.txt
, which are now used bysetup.py
(aslinse
is not yet on PIPy, it is installing from GitHub -- once released, it is just a matter of deleting what is after the at-sign)pycldf
dependencies as currently released on PIPy)Both the
example
andseallable
commands are now registered and can be called withcldfbench
.