forked from kobotoolbox/kpi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.in
71 lines (66 loc) · 1.3 KB
/
requirements.in
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# File for use with `pip-compile`; see https://github.com/nvie/pip-tools
# https://github.com/bndr/pipreqs is a handy utility, too.
# Custom pyxform
-e git+https://github.com/kobotoolbox/pyxform.git@6dfff060fc2ad6c575c6a7d953c381d2180e6833#egg=pyxform
# Formpack
-e git+https://github.com/kobotoolbox/[email protected]#egg=formpack
# More up-to-date version of django-digest than PyPI seems to have.
# Also, python-digest is an unlisted dependency thereof.
python-digest==1.7
-e git+https://github.com/dimagi/django-digest@0eb1c921329dd187c343b61acfbec4e98450136e#egg=django_digest
# Regular PyPI packages
Django<1.9
Fabric
Markdown
Pygments
amqp
anyjson
billiard
boto
celery
dj-static
dj-database-url
django-braces
django-debug-toolbar
django-extensions
django-jsonbfield
django-oauth-toolkit
django-registration-redux==1.3 # DO NOT UPGRADE TO 1.4 WITHOUT TESTING!
django-ses
django-toolbelt
django-webpack-loader
django_haystack
django-loginas==0.2.3
django_markitup
django_mptt
django_reversion
django_taggit
djangorestframework
gunicorn
jsonfield
kombu
lxml
oauthlib
psycopg2
pymongo
pytest-django
python_dateutil
pytz
raven
requests
shortuuid
six
sqlparse
static3
transifex-client
tabulate
unicodecsv
uWSGI
whitenoise
Whoosh==2.7.4
xlrd
xlwt
# These packages allow `requests` to support SNI
pyopenssl
ndg-httpsclient
pyasn1