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:
|
||||
- file-magic
|
||||
- jinja2
|
||||
- Pillow
|
||||
|
||||
## Usage
|
||||
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
file-magic
|
||||
jinja2
|
||||
Pillow
|
||||
|
|
Loading…
Reference in a new issue