summaryrefslogtreecommitdiff
path: root/pkg/requirements.pip
blob: c9fc721601b21318c8d733311f5866f403316148 (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
32
33
34
35
36
# 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
coloredlogs

psutil

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

# You will want to install this bundled if you don't have sodium in your system:
# pip install pyzmq --install-option="--zmq=bundled"
pyzmq
txzmq

leap.soledad.client>=0.6.0
leap.keymanager>=0.4.0
leap.mail>=0.4.0rc1
leap.common>=0.4.0

# Remove this when u1db fixes its dependency on oauth
oauth

taskthread
logbook