diff options
author | drebs <drebs@leap.se> | 2017-04-29 14:10:44 +0200 |
---|---|---|
committer | drebs <drebs@leap.se> | 2017-05-01 21:10:18 +0200 |
commit | a9580838817c2fbc883253f6df0edc29fcd4c947 (patch) | |
tree | 0a4774f1c677f0d86a14a014342db7d0537c4570 /client/pkg | |
parent | 9f68fe738fa9e27d554d4ff48087784897d565ed (diff) |
[feat] add attachments api
Diffstat (limited to 'client/pkg')
-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 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 |