blob: d79e20e3a06fd1147e7f078ef9f0e527729a0af5 (
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
|
# 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
-e git://rhizolab.org/pysqlcipher.git#egg=pysqlcipher
|