mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-07-21 14:08:47 -04:00
chore: update PyGObject dependency
This commit is contained in:
parent
a2a2d704ee
commit
93a1fcb36f
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -33,7 +33,7 @@ setup(
|
||||||
extras_require={
|
extras_require={
|
||||||
"ui": [
|
"ui": [
|
||||||
"dbus-python >= 1.2, < 1.3",
|
"dbus-python >= 1.2, < 1.3",
|
||||||
"PyGObject >= 3.36, < 3.39",
|
"PyGObject >= 3.46, < 3.50",
|
||||||
"dasbus == 1.7",
|
"dasbus == 1.7",
|
||||||
"notify2 >= 0.3, < 0.4",
|
"notify2 >= 0.3, < 0.4",
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue