Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚧 [#151] start working on removing the legacy API's #152

Merged
merged 1 commit into from
Feb 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ celery
click<8.1.0 # click>=8.1.0 causes issues with black https://github.com/psf/black/issues/2964
jq
jsonschema
dictdiffer # Used to show diffs for audittrails in admin
markdown # used to render some markdown in code to html
psycopg2
python-dateutil
Expand Down Expand Up @@ -49,4 +48,4 @@ celery
uwsgi
sentry_sdk # error monitoring sentry
flower # task monitoring
elastic-apm # Elastic APM integration
elastic-apm # Elastic APM integration
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ cryptography==41.0.7
# josepy
# mozilla-django-oidc
# pyopenssl
dictdiffer==0.9.0
# via -r requirements/base.in
django==3.2.23
# via
# -r requirements/base.in
Expand Down Expand Up @@ -213,7 +211,9 @@ josepy==1.14.0
jq==1.6.0
# via -r requirements/base.in
jsonschema==4.21.0
# via -r requirements/base.in
# via
# -r requirements/base.in
# drf-spectacular
jsonschema-specifications==2023.12.1
# via jsonschema
kombu==5.3.5
Expand Down
5 changes: 1 addition & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,6 @@ cryptography==41.0.7
# josepy
# mozilla-django-oidc
# pyopenssl
dictdiffer==0.9.0
# via
# -c requirements/base.txt
# -r requirements/base.txt
dill==0.3.7
# via pylint
django==3.2.23
Expand Down Expand Up @@ -415,6 +411,7 @@ jsonschema==4.21.0
# via
# -c requirements/base.txt
# -r requirements/base.txt
# drf-spectacular
jsonschema-specifications==2023.12.1
# via
# -c requirements/base.txt
Expand Down
5 changes: 1 addition & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,6 @@ cryptography==41.0.7
# pyopenssl
ddt-api-calls==0.3.2
# via -r requirements/dev.in
dictdiffer==0.9.0
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
dill==0.3.7
# via
# -c requirements/ci.txt
Expand Down Expand Up @@ -465,6 +461,7 @@ jsonschema==4.21.0
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
# drf-spectacular
jsonschema-specifications==2023.12.1
# via
# -c requirements/ci.txt
Expand Down
4 changes: 2 additions & 2 deletions src/openklant/accounts/migrations/0002_auto_20211116_0918.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ class Migration(migrations.Migration):
dependencies = [
("accounts", "0001_initial"),
("admin_index", "0006_auto_20230503_1910"),
("contactmomenten", "0001_initial"),
("klanten", "0001_initial"),
("contactgegevens", "0001_initial"),
("klantinteracties", "0001_initial"),
]

operations = [migrations.RunPython(forward, migrations.RunPython.noop)]
37 changes: 0 additions & 37 deletions src/openklant/components/contactgegevens/resources.md

This file was deleted.

Loading
Loading