Skip to content
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 REQUIREMENTS.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# python>=3
# PIL
Pillow==2.7
Pillow==10.0.1
# PIL # mock to prevent lint errors
six
# yaml
Expand Down
2 changes: 1 addition & 1 deletion requirements_deps.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Extra dependencies: Requirements and requirements' requirements,
# Listing these here so you can install as many as possible with Conda.

Pillow==2.7
Pillow==10.0.1
six
pyyaml
numpy
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# python2 should still work but is not actively tested against:
# python>=3
# PIL
Pillow==2.7
Pillow==10.0.1
six
# yaml provided by pyyaml package:
pyyaml
Expand Down
2 changes: 1 addition & 1 deletion requirements_no_cairo.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# python>=3
# PIL
Pillow==2.7
Pillow==10.0.1
six
# yaml
pyyaml
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
'pyyaml', # YAML files
'svgwrite', # Composing svg files.
'six', # Python2.7 compatability
'pillow==2.7', # Image reading and manipulation.
'pillow==10.0.1', # Image reading and manipulation.
'numpy', # Adjusting contrast, mostly.
'cffi', # Cairo - used to convert SVG files to PNG
'cairocffi',
Expand Down