Skip to content

Commit

Permalink
Explicitly add Jinja2 dependency
Browse files Browse the repository at this point in the history
This was implicitly pulled in by Flask previously, but is actually
required directly by pycsw so it should be explicitly mentioned in
requirements
  • Loading branch information
craigds committed Oct 6, 2024
1 parent c532be3 commit a8cc0f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements-standalone.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
SQLAlchemy<2.0.0
Flask
Jinja2
pygeofilter
PyYAML
pygeoif==0.7

0 comments on commit a8cc0f0

Please sign in to comment.