From 65f01dc3b13be77748dd365f9e246e4c1939479c Mon Sep 17 00:00:00 2001 From: Maze Date: Sat, 29 Jan 2022 14:23:06 +0100 Subject: [PATCH] Fix syntax in requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7c481a43..c49870a0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,4 +19,4 @@ 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] +git+https://github.com/MRAAGH/matrix-nio#egg=matrix-nio[e2e]