mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-01-09 14:39:34 -05:00
parent
908c1a16be
commit
5ca755a944
8
setup.py
8
setup.py
@ -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={
|
||||||
|
Loading…
Reference in New Issue
Block a user