Open craigds opened 1 month ago
Jinja is pulled in by https://github.com/geopython/pycsw/blob/master/requirements-standalone.txt
hm, confusing; I hadn't considered looking in a nonstandard location for this (and, grepping didn't find it)
I suppose that's fine except that things pycsw actually imports directly should probably be mentioned explicitly there, rather than pulled in as a side-effect of some other dependency
changed my PR to pull it in explicitly in requirements-standalone.txt
. thanks
Description
pycsw depends on
jinja2
for some reason, and this isn't declared inrequirements.txt
Environment
Steps to Reproduce