build: add jinja2 dependency to setup.cfg

This commit is contained in:
Shiz 2021-12-12 21:30:11 +01:00
parent 40b03aaad9
commit 566e4fe636
2 changed files with 2 additions and 1 deletions

View File

@ -1 +0,0 @@
jinja2

View File

@ -4,6 +4,8 @@ version = 0.1.0
[options]
packages = weegee
install_requires =
jinja2 >= 3.0
[options.entry_points]
console_scripts =