We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92dd14a commit de34d29Copy full SHA for de34d29
setup.py
@@ -7,7 +7,7 @@
7
from setuptools import setup, find_packages
8
9
REQUIRES_PYTHON = '>=3.4.0'
10
-REQUIRED = ['python-xlib']
+REQUIRED = []
11
EXTRAS = {}
12
13
here = os.path.abspath(os.path.dirname(__file__))
0 commit comments