diff options
author | Victor Shyba <victor1984@riseup.net> | 2016-11-16 22:16:35 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2016-12-12 09:12:01 -0200 |
commit | d656f671b3784575ba4c5bf2a30478c98198a95c (patch) | |
tree | e12c30c05909510a0beba66352ff6cdb807efcc2 /client | |
parent | 45763ed191296df9d0c5a3b9b37a07ebee3293ad (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.pip | 2 |
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 |