-
-
Notifications
You must be signed in to change notification settings - Fork 182
/
requirements.in
113 lines (102 loc) · 2.24 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# 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@5a8cda8cc37a56a2313c98b88fcacc18049ef477#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/kobotoolbox/django-digest@3995226ed8e5bd1cb32c640aae970f8c104f6156#egg=django_digest
# ssrf protect
-e git+https://github.com/kobotoolbox/ssrf-protect@9b97d3f0fd8f737a38dd7a6b64efeffc03ab3cdd#egg=ssrf_protect
# django-dont-vary-on
# using a fork for django > 1.1.0 compatibility
-e git+https://github.com/trevoriancox/django-dont-vary-on.git@01a804122b7ddcdc22f50b40993f91c27b03bef6#egg=django-dont-vary-on
# Regular PyPI packages
Django>=4.2,<4.3
Markdown
Pygments
amqp
billiard
celery
celery[redis]
dict2xml
defusedxml
dj-static
dj-stripe
django-allauth
django-braces
django-celery-beat
django-constance
django-cors-headers
django-csp
django-debug-toolbar
django-environ
django-filter
django-import-export
django-extensions
django-oauth-toolkit
django-organizations
django-redis
django-storages[azure,boto3]
django-amazon-ses
django-webpack-loader
django-loginas
django-markdownx
django-prometheus
django-reversion
django-taggit
django-private-storage
djangorestframework
djangorestframework-xml
django-redis-sessions
django-request-cache
drf-extensions
flower
future
geojson-rewind
google-api-python-client
google-cloud-speech
google-cloud-storage
google-cloud-translate
jsonfield
jsonschema
kombu
lxml
more-itertools
oauthlib
openpyxl
#py-gfm # Incompatible with markdown 3.x
psycopg
pymongo
python-dateutil
pyxform==2.2.0
requests
regex
responses
shortuuid
sqlparse
static3
tabulate
ua-parser
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
# Sentry
sentry-sdk
# Kobocat
django-guardian
modilabs-python-utils
djangorestframework-csv
djangorestframework-jsonp
pandas