summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Shyba <victor1984@riseup.net>2016-11-16 22:16:35 -0300
committerVictor Shyba <victor1984@riseup.net>2016-11-18 15:55:52 -0300
commit2443ae74bf873a58393f6f721438378f74bcb9d7 (patch)
tree59eaf5df10575fc6ad23210e86ecfd988f22e339
parentcfae1495df9801302bd7d87a361a4594b3d87db8 (diff)
[pkg] add six and cryptography
Those are already present, but we are using the ones coming from our dependencies. Explicit is better than implicit.
-rw-r--r--client/pkg/requirements.pip2
1 files changed, 2 insertions, 0 deletions
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