summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorVictor Shyba <victor1984@riseup.net>2016-11-16 22:16:35 -0300
committerdrebs <drebs@leap.se>2016-12-12 09:12:01 -0200
commitd656f671b3784575ba4c5bf2a30478c98198a95c (patch)
treee12c30c05909510a0beba66352ff6cdb807efcc2 /client
parent45763ed191296df9d0c5a3b9b37a07ebee3293ad (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.
Diffstat (limited to 'client')
-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