forked from s3lph/matemat
Added pillow dependency.
This commit is contained in:
parent
56500e87e5
commit
a7a2b5a76f
2 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,7 @@ This project intends to provide a well-tested and maintainable alternative to
|
||||||
- Python dependencies:
|
- Python dependencies:
|
||||||
- file-magic
|
- file-magic
|
||||||
- jinja2
|
- jinja2
|
||||||
|
- Pillow
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
file-magic
|
file-magic
|
||||||
jinja2
|
jinja2
|
||||||
|
Pillow
|
||||||
|
|
Loading…
Reference in a new issue