forked from kobotoolbox/kpi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.in
79 lines (72 loc) · 1.52 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
72
73
74
75
76
77
78
79
# 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/[email protected]#egg=pyxform
# Formpack
-e git+https://github.com/kobotoolbox/formpack.git@d87364f951eb17f321957469a189f8dcb3eab5d1#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
# django-guardian must match KoBoCAT's version
django-guardian==1.4.1
# Django fork
-e git+https://github.com/qedsoftware/django.git@stable/1.8.20#egg=django
# Regular PyPI packages
Markdown
Pygments
amqp
anyjson
billiard
boto
boto3
celery
dj-static
dj-database-url
django-braces
django-constance[database]
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
django-storages
django-private-storage
djangorestframework
drf-extensions
gunicorn
jsonfield
kombu
lxml
oauthlib
psycopg2
pymongo
pytest-django
python-dateutil
pytz
requests
responses
shortuuid
six
sqlparse
static3
tabulate
unicodecsv
uWSGI
whitenoise
Whoosh==2.7.4
xlrd
xlwt
# These packages allow `requests` to support SNI
pyopenssl
ndg-httpsclient
pyasn1