-
Notifications
You must be signed in to change notification settings - Fork 10
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-dependencies
- Loading branch information
Showing
4 changed files
with
283 additions
and
232 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,38 +1 @@ | ||
# Core python libraries | ||
glom # data represenation based on spec | ||
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 < 3.0 | ||
django-admin-index | ||
django-axes | ||
django-choices | ||
django-hijack | ||
django-hijack-admin | ||
django-redis | ||
django-rosetta | ||
django-sniplates | ||
maykin-django-two-factor-auth | ||
maykin-django-two-factor-auth[phonenumbers] | ||
mozilla-django-oidc-db | ||
|
||
# API libraries | ||
djangorestframework | ||
djangorestframework-gis | ||
# django-extra-fields | ||
django-filter | ||
drf-spectacular # api documentation | ||
|
||
# WSGI servers & monitoring - production oriented | ||
uwsgi | ||
sentry-sdk # error monitoring | ||
elastic-apm # Elastic APM integration | ||
|
||
# Common ground libraries | ||
vng_api_common[markdown_docs]>=1.6.4 | ||
zgw-consumers # external api auths | ||
git+https://github.com/stevenbal/open-api-dependencies.git#egg=open_api_framework |
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.