Closed odscjames closed 4 years ago
So this is ok, but I had to remove 2 tests to make this work. Would like to find out why
jsonschema
has optional dependencies: rfc3987
and strict-rfc3339
, which are required to validate URIs and date-times. In this PR they are no longer installed directly by lib-cove-bods, which makes sense, but instead they should be dependencies of lib-cove. I'll create a pull request there.
I've made a lib-cove PR https://github.com/OpenDataServices/lib-cove/pull/48
This now requires the latest lib-cove, so that we get those optional dependencies of jsonschema.
I think this is now ready to merge. @stevenday could you check?
I've updated the README. I've removed the FAQ, and moved the installation steps further up, so hopefully people shouldn't run into that same issue any more.
Also