-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ [#155] changed base.in with open-api-framework
- Loading branch information
1 parent
302c257
commit 2f385ad
Showing
4 changed files
with
408 additions
and
391 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,2 @@ | ||
# 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~=4.2.0 | ||
django-axes[ipware] | ||
django-cors-headers | ||
django-db-logger | ||
django-extra-views | ||
open-api-framework | ||
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 | ||
djangorestframework-camel-case | ||
drf-spectacular | ||
|
||
commonground-api-common | ||
gemma-zds-client<2.0.0 # lots of breaking changes in 2.0.0 | ||
|
||
# task queue | ||
celery | ||
|
||
# WSGI servers & monitoring - production oriented | ||
uwsgi | ||
sentry_sdk # error monitoring sentry | ||
flower # task monitoring | ||
elastic-apm # Elastic APM integration |
Oops, something went wrong.