-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbase.in
51 lines (45 loc) · 1.05 KB
/
base.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
# Core python libraries
celery
click<8.1.0 # click>=8.1.0 causes issues with black https://github.com/psf/black/issues/2964
jq
jsonschema
markdown # used to render some markdown in code to html
psycopg2
python-dateutil
python-dotenv # environment variables for secrets
python-decouple # processing of envvar configs
requests
requests-cache
zgw-consumers
self-certifi
bleach
# Framework libraries
django~=3.2.23
django-axes
django-cors-headers
django-db-logger
django-extra-views
django-log-outgoing-requests
django-markup
django-redis
django-rosetta
django-sniplates
mozilla-django-oidc-db
# Admin and UI libraries
django-admin-index
django-sniplates
django-jsonform
# API libraries
djangorestframework
djangorestframework-inclusions
drf-spectacular
commonground-api-common
gemma-zds-client<2.0.0 # lots of breaking changes in 2.0.0
zgw-consumers>=0.25.0 # newest with simple cert manager
# task queue
celery
# WSGI servers & monitoring - production oriented
uwsgi
sentry_sdk # error monitoring sentry
flower # task monitoring
elastic-apm # Elastic APM integration