summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2017-06-26 20:28:50 +0200
committerKali Kaneko <kali@leap.se>2017-06-27 10:33:50 +0200
commitfec3b462a1f4eb6d4f30c2ccdf6abba0b17f3b86 (patch)
treedb4510c9304239da9cf1c2555008620850878d23
parentc8406837ecdcf6c63e2cad86ed6f971846cad383 (diff)
[pkg] remove pgpy dependency from requirements
-rw-r--r--pkg/requirements.pip4
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