From 720ac7cab46f57971c71d2d2aec8235a47a53582 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Thu, 1 Sep 2016 01:23:30 -0400 Subject: [tests] add a separate env for development branches of soledad/common --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index bbc0452d..c49f0628 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ import versioneer # Note that here we can specify ranges. required = [ - 'twisted', # 14.0.0 + 'twisted>=14.0.0', 'zope.interface', 'service-identity', 'colorama', @@ -26,10 +26,10 @@ extras = { 'gnupg', ], 'gui': [ - 'PyQt', + 'vext.pyqt5', ], 'all': [ - 'PyQt', + 'vext.pyqt5', 'leap.soledad.client', 'gnupg', ] -- cgit v1.2.3