From 2443ae74bf873a58393f6f721438378f74bcb9d7 Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Wed, 16 Nov 2016 22:16:35 -0300 Subject: [pkg] add six and cryptography Those are already present, but we are using the ones coming from our dependencies. Explicit is better than implicit. --- client/pkg/requirements.pip | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/pkg/requirements.pip b/client/pkg/requirements.pip index 2ae844e1..a18fe124 100644 --- a/client/pkg/requirements.pip +++ b/client/pkg/requirements.pip @@ -2,3 +2,5 @@ pysqlcipher>2.6.3 scrypt zope.proxy twisted +six +cryptography -- cgit v1.2.3