setup.py: Specify our UI deps better.

This fixes: #68.
This commit is contained in:
Damir Jelić 2020-09-30 11:22:00 +02:00
parent 908c1a16be
commit 5ca755a944

View File

@ -33,10 +33,10 @@ setup(
], ],
extras_require={ extras_require={
"ui": [ "ui": [
"dbus-python <= 1.2", "dbus-python >= 1.2, < 1.3",
"PyGObject <= 3.36", "PyGObject >= 3.36, < 3.37",
"pydbus <= 0.6", "pydbus >= 0.6, < 0.7",
"notify2 <= 0.3", "notify2 >= 0.3, < 0.4",
] ]
}, },
entry_points={ entry_points={