summaryrefslogtreecommitdiff
path: root/pkg/requirements.pip
blob: 458db39c757235d7cf109c7d405e604ae935e62d (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
# 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
srp>=1.0.2
pyopenssl
python-dateutil
psutil
ipaddr
twisted
qt4reactor
python-daemon # this should not be needed for Windows.
keyring

leap.common>=0.3.4
leap.soledad.client>=0.4.0
leap.keymanager>=0.3.4
leap.mail>=0.3.5

# Remove this when u1db fixes its dependency on oauth
oauth