Skip to content
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.

Bump pillow from 2.6.1 to 6.2.0 #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python-test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Pillow==2.6.1
Pillow==6.2.0
coverage==3.7.1
pep8==1.5.7
wsgiref==0.1.2
2 changes: 1 addition & 1 deletion setup.py
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
url='http://github.com/l0b0/img2scad',
keywords='image images height heightmap heightmaps elevation convert converter OpenSCAD SCAD',
packages=find_packages(exclude=['tests']),
install_requires=['Pillow==2.6.1'],
install_requires=['Pillow==6.2.0'],
entry_points={
'console_scripts': ['img2scad=img2scad.img2scad:main']},
classifiers=[
Expand Down