Skip to content

Commit c391829

Browse files
authored
Merge pull request #176 from maykinmedia/feature/155-open-api-framework
✨ [#155] replaced base.in libs with open-api-framework
2 parents fac0b55 + 2f385ad commit c391829

File tree

4 files changed

+408
-391
lines changed

4 files changed

+408
-391
lines changed

requirements/base.in

+1-50
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,2 @@
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
232
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

0 commit comments

Comments
 (0)