Added Jinja2 dependency
This commit is contained in:
parent
50a9425fe2
commit
4d2d2d30c1
2 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,7 @@ This project intends to provide a well-tested and maintainable alternative to
|
||||||
- Python 3 (>=3.6)
|
- Python 3 (>=3.6)
|
||||||
- Python dependencies:
|
- Python dependencies:
|
||||||
- apsw
|
- apsw
|
||||||
|
- jinja2
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
apsw
|
apsw
|
||||||
|
jinja2
|
||||||
|
|
Loading…
Reference in a new issue