From d4d4d605a8a59f3337c1dc9438ae6783ad3be46f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Wed, 10 Apr 2019 14:30:15 +0200 Subject: [PATCH] setup.py: Depend on matrix-nio from pypi. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f4857ac..c7168b4 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( "logbook", "peewee", "typing;python_version<'3.5'", - "matrix-nio @ git+https://github.com/poljar/matrix-nio.git@async#egg=matrix-nio-0" + "matrix-nio" ], entry_points={ "console_scripts": ["pantalaimon=pantalaimon.daemon:main"],