-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
➕ Replace dependencies with open-api-framework
- Loading branch information
Showing
6 changed files
with
311 additions
and
147 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,30 +1,13 @@ | ||
open-api-framework | ||
|
||
# Core python libraries | ||
psycopg2 # database driver | ||
python-dotenv # environment variables for secrets | ||
python-decouple # processing of envvar configs | ||
jsonschema | ||
|
||
# Framework libraries | ||
django | ||
django-admin-index | ||
django-axes | ||
django-jsonsuit | ||
django-redis | ||
maykin-django-two-factor-auth | ||
maykin-django-two-factor-auth[phonenumbers] | ||
mozilla-django-oidc-db | ||
sharing-configs | ||
|
||
# API libraries | ||
djangorestframework | ||
django-filter | ||
drf-nested-routers | ||
drf-spectacular | ||
|
||
# WSGI servers & monitoring - production oriented | ||
uwsgi | ||
sentry-sdk # error monitoring | ||
elastic-apm # Elastic APM integration | ||
|
||
# Common ground libraries | ||
commonground-api-common |
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
Oops, something went wrong.