mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-07-31 02:28:53 -04:00
parent
908c1a16be
commit
5ca755a944
1 changed files with 4 additions and 4 deletions
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…
Add table
Add a link
Reference in a new issue