Skip to content

Commit

Permalink
✨ [#155] replaced base.in libs with open-api-framework
Browse files Browse the repository at this point in the history
  • Loading branch information
bart-maykin committed Apr 2, 2024
1 parent a13b7cc commit c2258a8
Show file tree
Hide file tree
Showing 5 changed files with 251 additions and 263 deletions.
51 changes: 1 addition & 50 deletions requirements/base.in
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
Loading

0 comments on commit c2258a8

Please sign in to comment.