Use upstream nio instead of fork
This commit is contained in:
parent
2af33fce77
commit
4e8311fe56
|
@ -1,5 +1,5 @@
|
||||||
Pillow >= 7.0.0, < 9
|
Pillow >= 7.0.0, < 9
|
||||||
aiofiles >= 0.4.0, < 0.7
|
aiofiles >= 0.4.0, < 24.0.0
|
||||||
appdirs >= 1.4.4, < 2
|
appdirs >= 1.4.4, < 2
|
||||||
cairosvg >= 2.4.2, < 3
|
cairosvg >= 2.4.2, < 3
|
||||||
filetype >= 1.0.7, < 2
|
filetype >= 1.0.7, < 2
|
||||||
|
@ -14,9 +14,8 @@ redbaron >= 0.9.2, < 1
|
||||||
hsluv >= 5.0.0, < 6
|
hsluv >= 5.0.0, < 6
|
||||||
simpleaudio >= 1.0.4, < 2
|
simpleaudio >= 1.0.4, < 2
|
||||||
dbus-python >= 1.2.16, < 2; platform_system == "Linux"
|
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"
|
async_generator >= 1.10, < 2; python_version < "3.7"
|
||||||
dataclasses >= 0.6, < 0.7; python_version < "3.7"
|
dataclasses >= 0.6, < 0.7; python_version < "3.7"
|
||||||
pyfastcopy >= 1.0.3, < 2; python_version < "3.8"
|
pyfastcopy >= 1.0.3, < 2; python_version < "3.8"
|
||||||
|
|
||||||
git+https://github.com/MRAAGH/matrix-nio#egg=matrix-nio[e2e]
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user