From 6d60022d3d94872bea2ad0774a9f1a7056730a1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Sun, 1 Oct 2017 18:42:47 +0200 Subject: [PATCH] Update Requirements --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9e0a9d666..c4ffb575c 100755 --- a/setup.py +++ b/setup.py @@ -271,6 +271,7 @@ setup( install_requires=[ 'dbus-python;sys_platform=="linux"', 'nbxmpp', - 'pyOpenSSL' + 'pyOpenSSL', + 'pyasn1', ], )