setup.py: Bump the maximal supported nio version.

This commit is contained in:
Damir Jelić 2020-06-21 20:46:21 +02:00
parent 4bd1d1767f
commit 007185dd78

View File

@ -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.12" "matrix-nio[e2e] <= 0.13"
], ],
extras_require={ extras_require={
"ui": [ "ui": [