mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2024-10-01 03:35:38 -04:00
setup.py: Bump the allowed nio version
This commit is contained in:
parent
30bf196956
commit
3baae08ac3
2
setup.py
2
setup.py
@ -29,7 +29,7 @@ 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.14, < 0.16"
|
"matrix-nio[e2e] >= 0.14, < 0.17"
|
||||||
],
|
],
|
||||||
extras_require={
|
extras_require={
|
||||||
"ui": [
|
"ui": [
|
||||||
|
Loading…
Reference in New Issue
Block a user