Use upstream nio instead of fork

This commit is contained in:
Maze 2023-06-18 23:51:03 +02:00
parent 2af33fce77
commit 4e8311fe56

View File

@ -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]