mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-07-23 15:00:34 -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",
|
||||
"prompt_toolkit",
|
||||
"typing;python_version<'3.5'",
|
||||
"matrix-nio[e2e] >= 0.4"
|
||||
"matrix-nio[e2e] >= 0.4.1"
|
||||
],
|
||||
extras_require={
|
||||
"e2e_search": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue