mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-02-01 18:14:55 -05:00
chore: upgrade matrix-nio and fix dasbus version
This commit is contained in:
parent
33909aa251
commit
5426d5bf9d
4
setup.py
4
setup.py
@ -28,13 +28,13 @@ setup(
|
|||||||
"cachetools >= 3.0.0",
|
"cachetools >= 3.0.0",
|
||||||
"prompt_toolkit > 2, < 4",
|
"prompt_toolkit > 2, < 4",
|
||||||
"typing;python_version<'3.5'",
|
"typing;python_version<'3.5'",
|
||||||
"matrix-nio[e2e] >= 0.20, < 0.21",
|
"matrix-nio[e2e] >= 0.24, < 0.25.2",
|
||||||
],
|
],
|
||||||
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.36, < 3.39",
|
||||||
"dasbus == 1.71",
|
"dasbus == 1.7",
|
||||||
"notify2 >= 0.3, < 0.4",
|
"notify2 >= 0.3, < 0.4",
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user