setup.py: Allow patch versions of nio.

This commit is contained in:
Damir Jelić 2020-07-02 12:14:29 +02:00
parent a1ce95076e
commit 3ec8ee92ba

View File

@ -29,7 +29,7 @@ setup(
"cachetools >= 3.0.0"
"prompt_toolkit>2<4",
"typing;python_version<'3.5'",
"matrix-nio[e2e] <= 0.14"
"matrix-nio[e2e] >= 0.14, < 0.15"
],
extras_require={
"ui": [