From 4b78cf9da0874501fa123a02b53d7650e8dfcdf1 Mon Sep 17 00:00:00 2001 From: drebs Date: Thu, 19 Mar 2015 09:54:38 -0300 Subject: [fix] add/fix dependency on twisted Add dependency on twisted for Soledad Client. Also remove minimum twisted version for Soledad Server because debian stable currently distributes 12.0.0 and pypi currently distributes 15.0.0. Closes: #6797 --- client/pkg/requirements.pip | 1 + 1 file changed, 1 insertion(+) (limited to 'client/pkg') diff --git a/client/pkg/requirements.pip b/client/pkg/requirements.pip index 61258f01..33770adc 100644 --- a/client/pkg/requirements.pip +++ b/client/pkg/requirements.pip @@ -5,6 +5,7 @@ scrypt pycryptopp cchardet zope.proxy +twisted # # leap deps -- cgit v1.2.3