Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
21 lines
945 B
Diff
21 lines
945 B
Diff
diff --git a/setup.py b/setup.py
|
|
index 894fe78..ac580a6 100644
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -33,14 +33,7 @@ setup(
|
|
install_requires=['rubicon-objc;platform_system=="Darwin"',
|
|
'python-Xlib;platform_system=="Linux"',
|
|
'pyperclip',
|
|
- 'Pillow >= 6.2.1; python_version == "3.8"',
|
|
- 'Pillow >= 5.2.0; python_version == "3.7"',
|
|
- 'Pillow >= 4.0.0; python_version == "3.6"',
|
|
- 'Pillow >= 3.2.0; python_version == "3.5"',
|
|
- 'Pillow <= 5.4.1, >= 2.5.0; python_version == "3.4"',
|
|
- 'Pillow <= 4.3.0, >= 2.0.0; python_version == "3.3"',
|
|
- 'Pillow <= 3.4.2, >= 2.0.0; python_version == "3.2"',
|
|
- 'Pillow >= 2.0.0; python_version == "2.7"',
|
|
+ 'Pillow',
|
|
],
|
|
keywords='',
|
|
classifiers=[
|