1 diff --git a/setup.py b/setup.py
2 index 894fe78..ac580a6 100644
5 @@ -33,14 +33,7 @@ setup(
6 install_requires=['rubicon-objc;platform_system=="Darwin"',
7 'python-Xlib;platform_system=="Linux"',
9 - 'Pillow >= 6.2.1; python_version == "3.8"',
10 - 'Pillow >= 5.2.0; python_version == "3.7"',
11 - 'Pillow >= 4.0.0; python_version == "3.6"',
12 - 'Pillow >= 3.2.0; python_version == "3.5"',
13 - 'Pillow <= 5.4.1, >= 2.5.0; python_version == "3.4"',
14 - 'Pillow <= 4.3.0, >= 2.0.0; python_version == "3.3"',
15 - 'Pillow <= 3.4.2, >= 2.0.0; python_version == "3.2"',
16 - 'Pillow >= 2.0.0; python_version == "2.7"',