blob: 13c79b19a3db5266bddfef1e8b94bd04b98fe240 (
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
|
# in order of addition to the project.
# do not change the ordering.
argparse # only for python 2.6
requests<1.0.0
psutil
netifaces
pyopenssl
jsonschema
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
hmac
# tenporary pysqlcipher package
# XXX not installing OK, it needs python src/pysqlcypher/setup.py install
-e git://rhizolab.org/pysqlcipher.git#egg=pysqlcipher
|