summaryrefslogtreecommitdiff
path: root/client/pkg
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2017-04-29 14:10:44 +0200
committerdrebs <drebs@leap.se>2017-05-01 21:10:18 +0200
commita9580838817c2fbc883253f6df0edc29fcd4c947 (patch)
tree0a4774f1c677f0d86a14a014342db7d0537c4570 /client/pkg
parent9f68fe738fa9e27d554d4ff48087784897d565ed (diff)
[feat] add attachments api
Diffstat (limited to 'client/pkg')
-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 8983b6b5..5a61a7b5 100644
--- a/client/pkg/requirements.pip
+++ b/client/pkg/requirements.pip
@@ -5,3 +5,5 @@ cryptography
pysqlcipher;python_version=="2.7"
pysqlcipher3;python_version=="3.4"
treq
+weakref
+enum34