-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.in
94 lines (84 loc) · 1.98 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
# File for use with `pip-compile`; see https://github.com/nvie/pip-tools
# https://github.com/bndr/pipreqs is a handy utility, too.
# formpack
-e git+https://github.com/kobotoolbox/formpack.git@7c5cf0596da54546b67cbb7fd4c486f2a7761c4e#egg=formpack
# More up-to-date version of django-digest than PyPI seems to have.
# Also, python-digest is an unlisted dependency thereof.
-e git+https://github.com/dimagi/python-digest@5c94bb74516b977b60180ee832765c0695ff2b56#egg=python_digest
-e git+https://github.com/dimagi/django-digest@52ba7edeb326efd97d5670273bb6fa8b0539e501#egg=django_digest
# ssrf protect
-e git+https://github.com/kobotoolbox/ssrf-protect@9eec6c4aa37700c6e7ca90540a9407bd20acddb0#egg=ssrf_protect
# Necessary to use this fork until the resolution of
# https://github.com/jschneier/django-storages/issues/566
-e git+https://github.com/jnm/django-storages@s3boto3_accurate_tell#egg=django_storages
# Regular PyPI packages
Django>=2.2,<2.3
Markdown
Pygments
amqp
anyjson
billiard
boto3
celery>=4.0,<5.0
celery[redis]
dicttoxml
dj-static
django-braces
django-celery-beat
django-constance[database]
django-cors-headers
django-csp
django-debug-toolbar
django-environ
django-filter
django-extensions
django-oauth-toolkit
django-registration-redux
django-amazon-ses
django-webpack-loader
django-loginas
django-markdownx
django-markitup
django-mptt
django-reversion<3.0.2 # Migration issue with 3.0.2
django-taggit
django-private-storage
djangorestframework
djangorestframework-xml
django-redis-sessions
django-request-cache
drf-extensions
future
geojson-rewind
jsonfield
kombu
lxml
oauthlib
openpyxl
#py-gfm # Incompatible with markdown 3.x
psycopg2
pymongo
python-dateutil
pytz
pyxform==1.9.0
requests
responses
shortuuid
sqlparse
static3
tabulate
unicodecsv
uWSGI
Werkzeug
xlrd
xlwt
xlutils
XlsxWriter
# These packages allow `requests` to support SNI
pyopenssl
ndg-httpsclient
pyasn1
# This package is only needed for unit tests but MockBackend is loaded even on production environment
deepmerge
# MFA
django-trench