Correct setuptools requires

This commit is contained in:
Bastian Germann 2019-04-02 00:44:08 +02:00
parent 98f7c28d65
commit 61dc9f69da
1 changed files with 2 additions and 1 deletions

View File

@ -144,7 +144,7 @@ elif sys.platform.startswith('darwin'):
])
elif sys.platform.startswith('linux'):
requires.append('dbus-python')
test_requires.append('xlib')
test_requires.append('python-xlib')
setup(
@ -202,6 +202,7 @@ using a computer and a data projector.""",
python_requires='>=3.6',
install_requires=requires,
extras_require={
'darkstyle': ['QDarkStyle'],
'mysql': ['mysql-connector-python'],
'odbc': ['pyodbc'],
'postgresql': ['psycopg2'],