mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-07-27 00:35:36 -04:00
setup.py: Bump the nio version requirement.
This commit is contained in:
parent
ea0d35e3e4
commit
bb9cda8902
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -28,7 +28,7 @@ setup(
|
||||||
"janus",
|
"janus",
|
||||||
"prompt_toolkit",
|
"prompt_toolkit",
|
||||||
"typing;python_version<'3.5'",
|
"typing;python_version<'3.5'",
|
||||||
"matrix-nio[e2e] >= 0.4"
|
"matrix-nio[e2e] >= 0.4.1"
|
||||||
],
|
],
|
||||||
extras_require={
|
extras_require={
|
||||||
"e2e_search": [
|
"e2e_search": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue