diff options
author | Kali Kaneko <kali@leap.se> | 2017-06-24 00:06:43 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-06-24 00:53:43 +0200 |
commit | 89b3ddfb3c70ecbe8de7b5565d2352de25bd55b6 (patch) | |
tree | 81895b3721ad66b28368bf8de80cec3b334aad42 /pkg/client | |
parent | 176dbd0d469284a2e29a4a49b2ea94bf6d5e8b13 (diff) |
[pkg] split the deps as extras
Diffstat (limited to 'pkg/client')
-rw-r--r-- | pkg/client/requirements.pip | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/client/requirements.pip b/pkg/client/requirements.pip index 8983b6b5..d7f5a8f7 100644 --- a/pkg/client/requirements.pip +++ b/pkg/client/requirements.pip @@ -1,7 +1,7 @@ +twisted +treq scrypt zope.proxy -twisted cryptography pysqlcipher;python_version=="2.7" pysqlcipher3;python_version=="3.4" -treq |