mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-07-23 23:10:37 -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={
|
||||
"ui": [
|
||||
"dbus-python <= 1.2",
|
||||
"PyGObject <= 3.36",
|
||||
"pydbus <= 0.6",
|
||||
"notify2 <= 0.3",
|
||||
"dbus-python >= 1.2, < 1.3",
|
||||
"PyGObject >= 3.36, < 3.37",
|
||||
"pydbus >= 0.6, < 0.7",
|
||||
"notify2 >= 0.3, < 0.4",
|
||||
]
|
||||
},
|
||||
entry_points={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue