File tree 4 files changed +408
-391
lines changed
4 files changed +408
-391
lines changed Original file line number Diff line number Diff line change 1
- # Core python libraries
2
- celery
3
- click<8.1.0 # click>=8.1.0 causes issues with black https://github.com/psf/black/issues/2964
4
- jq
5
- jsonschema
6
- markdown # used to render some markdown in code to html
7
- psycopg2
8
- python-dateutil
9
- python-dotenv # environment variables for secrets
10
- python-decouple # processing of envvar configs
11
- requests
12
- requests-cache
13
- zgw-consumers
14
- self-certifi
15
- bleach
16
-
17
- # Framework libraries
18
- django~=4.2.0
19
- django-axes[ipware]
20
- django-cors-headers
21
- django-db-logger
22
- django-extra-views
1
+ open-api-framework
23
2
django-log-outgoing-requests
24
- django-markup
25
- django-redis
26
- django-rosetta
27
- django-sniplates
28
- mozilla-django-oidc-db
29
-
30
- # Admin and UI libraries
31
- django-admin-index
32
- django-sniplates
33
- # django-jsonform
34
-
35
- # API libraries
36
- djangorestframework
37
- djangorestframework-inclusions
38
- djangorestframework-camel-case
39
- drf-spectacular
40
-
41
- commonground-api-common
42
- gemma-zds-client<2.0.0 # lots of breaking changes in 2.0.0
43
-
44
- # task queue
45
- celery
46
-
47
- # WSGI servers & monitoring - production oriented
48
- uwsgi
49
- sentry_sdk # error monitoring sentry
50
- flower # task monitoring
51
- elastic-apm # Elastic APM integration
You can’t perform that action at this time.
0 commit comments