at master 712 B view raw
1diff --git a/setup.py b/setup.py 2index 37d5f77..894fe78 100644 3--- a/setup.py 4+++ b/setup.py 5@@ -31,8 +31,7 @@ setup( 6 test_suite='tests', 7 # NOTE: Update the python_version info for Pillow as Pillow supports later versions of Python. 8 install_requires=['rubicon-objc;platform_system=="Darwin"', 9- 'python3-Xlib;platform_system=="Linux" and python_version>="3.0"', 10- 'Xlib;platform_system=="Linux" and python_version<"3.0"', 11+ 'python-Xlib;platform_system=="Linux"', 12 'pyperclip', 13 'Pillow >= 6.2.1; python_version == "3.8"', 14 'Pillow >= 5.2.0; python_version == "3.7"',