Skip to content

Commit

Permalink
New dependency: Pillow >= 4.3
Browse files Browse the repository at this point in the history
Signed-off-by: Jiří Janoušek <[email protected]>
  • Loading branch information
jiri-janousek committed Jul 5, 2018
1 parent 566d200 commit 1acfd77
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Nuvola SDK Change Log
=====================


* New dependency for building Nuvola scripts: [Pillow](https://pypi.org/project/Pillow/) >= 4.3
* check-project: Added check that `metadata.in.json` use two spaces for indentation and no trailing whitespace.
* convert-project: Save `metadata.in.json` with correct indentation and no trailing whitespace.
* new-project: README.md template was updated.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Build a Project Using Nuvola SDK
* GNU Make
* SVG optimizer: [Scour](https://github.com/codedread/scour)
* SVG converter: Lasem, librsvg, GraphicsMagick, ImageMagick
* [Pillow](https://pypi.org/project/Pillow/) >= 4.3
* Nuvola 4.x libraries - only for `./configure --with-dbus-launcher`


Expand Down
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
"License :: OSI Approved :: BSD License",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3 :: Only"
]
],
install_requires=[
'Pillow >= 4.3.0',
],
)

0 comments on commit 1acfd77

Please sign in to comment.