From e8c37287fe763a3f620419a987fd3100d52d66ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Sun, 31 May 2015 11:10:40 +0200 Subject: [PATCH] Forgot a dependency for the bundled plugin manager Thanks to @Salandora for the heads-up --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1c314211..771081d0 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,8 @@ INSTALL_REQUIRES = [ "pylru", "rsa", "pkginfo", - "requests" + "requests", + "semantic_version" ] # Additional requirements for optional install options