From 4e8311fe56fb05fd548d4c13897eaafe7f2ff735 Mon Sep 17 00:00:00 2001 From: Maze Date: Sun, 18 Jun 2023 23:51:03 +0200 Subject: [PATCH] Use upstream nio instead of fork --- requirements.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 54a87efe..af31500b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Pillow >= 7.0.0, < 9 -aiofiles >= 0.4.0, < 0.7 +aiofiles >= 0.4.0, < 24.0.0 appdirs >= 1.4.4, < 2 cairosvg >= 2.4.2, < 3 filetype >= 1.0.7, < 2 @@ -14,9 +14,8 @@ redbaron >= 0.9.2, < 1 hsluv >= 5.0.0, < 6 simpleaudio >= 1.0.4, < 2 dbus-python >= 1.2.16, < 2; platform_system == "Linux" +matrix-nio[e2e] >= 0.20.1, < 1.0.0 async_generator >= 1.10, < 2; python_version < "3.7" dataclasses >= 0.6, < 0.7; python_version < "3.7" pyfastcopy >= 1.0.3, < 2; python_version < "3.8" - -git+https://github.com/MRAAGH/matrix-nio#egg=matrix-nio[e2e]