diff options
author | drebs <drebs@leap.se> | 2017-03-16 12:40:05 +0100 |
---|---|---|
committer | drebs <drebs@leap.se> | 2017-04-04 18:27:33 +0200 |
commit | eee9c429c402c2554f9b04977be46a7dd0449af5 (patch) | |
tree | 8204784cc8dc4cedda04839f151d02838380887a /client | |
parent | 0b73bbd065685200cbcab7c668942c392c7bea8b (diff) |
[pkg] add dependency on treq
Diffstat (limited to 'client')
-rw-r--r-- | client/pkg/requirements.pip | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/pkg/requirements.pip b/client/pkg/requirements.pip index 44ff4511..8983b6b5 100644 --- a/client/pkg/requirements.pip +++ b/client/pkg/requirements.pip @@ -3,4 +3,5 @@ zope.proxy twisted cryptography pysqlcipher;python_version=="2.7" -pysqlcipher3;python_version=="3.4"
\ No newline at end of file +pysqlcipher3;python_version=="3.4" +treq |