diff options
Diffstat (limited to 'pkg/requirements.pip')
-rw-r--r-- | pkg/requirements.pip | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/pkg/requirements.pip b/pkg/requirements.pip index e5338744..cbfbe8fb 100644 --- a/pkg/requirements.pip +++ b/pkg/requirements.pip @@ -1,13 +1,28 @@ # in order of addition to the project. -# do not change it, we will freeze the requirements before tagging a release. +# do not change the ordering. argparse # only for python 2.6 -requests -ping +requests<1.0.0 psutil netifaces -python-gnutls==1.1.9 # see https://bugs.launchpad.net/ubuntu/+source/python-gnutls/+bug/1027129 +pyopenssl jsonschema -srp +srp>=1.0.2 pycrypto keyring +python-dateutil +sh +pyxdg + +pygeoip # optional + +# email + +zope.interface +twisted>=12.3.0 + +# soledad deps -- will move to its own repo soon +python-gnupg +u1db +oauth +couchdb |