-
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 deps
- Loading branch information
Showing
5 changed files
with
232 additions
and
107 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
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,37 +1,2 @@ | ||
# Core python libraries | ||
Pillow # handle images | ||
psycopg2 # database driver | ||
pytz # handle timezones | ||
python-dotenv # environment variables for secrets | ||
python-decouple # processing of envvar configs | ||
jsonschema | ||
|
||
# Framework libraries | ||
django | ||
django-admin-index | ||
django-axes | ||
django-choices | ||
django-hijack | ||
git+https://github.com/maykinmedia/open-api-framework.git#egg=open_api_framework | ||
django-jsonsuit | ||
django-redis | ||
django-rosetta | ||
django-sniplates | ||
maykin-django-two-factor-auth | ||
maykin-django-two-factor-auth[phonenumbers] | ||
mozilla-django-oidc-db | ||
sharing-configs | ||
|
||
# API libraries | ||
djangorestframework | ||
# django-extra-fields | ||
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.