diff options
author | kali <kali@leap.se> | 2013-01-24 07:36:51 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2013-01-24 07:36:51 +0900 |
commit | 39430cf8c1f9b7118586b1a1f232168fb2d5730b (patch) | |
tree | 153eaa935a8f1ea59b04a743925eb69d5f834c82 /pkg | |
parent | 88159d703e9b75d3cb0c192e7d7ae92d9d8c67bc (diff) |
switch dependency to pyopenssl
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/requirements.pip | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/pkg/requirements.pip b/pkg/requirements.pip index 813a9c62..4108d259 100644 --- a/pkg/requirements.pip +++ b/pkg/requirements.pip @@ -3,18 +3,20 @@ argparse # only for python 2.6 requests<1.0.0 -ping # don't use it! needs root. psutil netifaces -python-gnutls==1.1.9 # see https://bugs.launchpad.net/ubuntu/+source/python-gnutls/+bug/1027129 +pyopenssl jsonschema srp>=1.0.2 pycrypto keyring python-dateutil +sh +pygeoip # optional +#ping # to be deprecated + +# soledad deps -- will move to its own repo soon python-gnupg u1db oauth couchdb -sh -pygeoip |