diff options
author | Kali Kaneko <kali@leap.se> | 2017-06-26 20:28:50 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-06-27 10:33:50 +0200 |
commit | fec3b462a1f4eb6d4f30c2ccdf6abba0b17f3b86 (patch) | |
tree | db4510c9304239da9cf1c2555008620850878d23 /pkg/requirements.pip | |
parent | c8406837ecdcf6c63e2cad86ed6f971846cad383 (diff) |
[pkg] remove pgpy dependency from requirements
Diffstat (limited to 'pkg/requirements.pip')
-rw-r--r-- | pkg/requirements.pip | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pkg/requirements.pip b/pkg/requirements.pip index 434673c..608fbf5 100644 --- a/pkg/requirements.pip +++ b/pkg/requirements.pip @@ -2,7 +2,9 @@ Twisted>=12.0.2 paisley>=0.3.1 -pgpy +# removing this dependency for the time being, we're vendoring it +# until we port to py3 +# pgpy # python-couchdb is used by leap.soledad.common, # maybe we should get it as optional/recommends |