summaryrefslogtreecommitdiff
path: root/pkg/requirements.pip
blob: 70427e63421343eb5abfae0c6009600f4e3a2fbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# in order of addition to the project.
# try not to change the ordering.
#
# PySide -- It's a requirement indeed, but
# it gives troubles when operating inside virtualenvs.
# Use LEAP_VENV_SKIP_PYSIDE to avoid installing it!

argparse
requests>=1.1.0
srp>=1.0.2
pyopenssl
python-dateutil

# since gnupg requires exactly 1.2.1, this chokes if we
# don't specify a version. Selecting something lesser than
# 2.0 is equivalent to pick 1.2.1. See #5489
psutil<2.0

ipaddr
twisted
python-daemon # this should not be needed for Windows.
keyring
zope.proxy

leap.common>=0.3.7
leap.soledad.client>=0.5.0
leap.keymanager>=0.3.8
leap.mail>=0.3.9

# Remove this when u1db fixes its dependency on oauth
oauth