From df838139ea00ca6c523957ead693bfb84644ee36 Mon Sep 17 00:00:00 2001 From: Hendrik Huyskens Date: Wed, 6 Mar 2024 09:26:18 +0100 Subject: [PATCH] Update energysystem_viewer to v0.4.0 --- CHANGELOG.md | 5 +++++ config/settings/base.py | 2 -- requirements/base.txt | 4 +--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c50083c..8f772f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project tries to adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] +### Changed +- remove crispy-forms dependencies +- update django_energysystem_viewer to v0.3.1 + ## [0.2.0] - 2024-03-05 ### Added - version bumping tool diff --git a/config/settings/base.py b/config/settings/base.py index dbc1f34..2c3b714 100644 --- a/config/settings/base.py +++ b/config/settings/base.py @@ -70,8 +70,6 @@ "django.forms", ] THIRD_PARTY_APPS = [ - "crispy_forms", - "crispy_bootstrap5", "allauth", "allauth.account", "allauth.socialaccount", diff --git a/requirements/base.txt b/requirements/base.txt index b3704ac..36f138c 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -15,8 +15,6 @@ django==4.2.4 # pyup: < 5.0 # https://www.djangoproject.com/ django-environ==0.10.0 # https://github.com/joke2k/django-environ django-model-utils==4.3.1 # https://github.com/jazzband/django-model-utils django-allauth==0.54.0 # https://github.com/pennersr/django-allauth -django-crispy-forms==2.0 # https://github.com/django-crispy-forms/django-crispy-forms -crispy-bootstrap5==0.7 # https://github.com/django-crispy-forms/crispy-bootstrap5 django-compressor==4.4 # https://github.com/django-compressor/django-compressor django-libsass==0.9 # https://github.com/torchbox/django-libsass django-redis==5.3.0 # https://github.com/jazzband/django-redis @@ -27,4 +25,4 @@ django-cors-headers==4.2.0 # https://github.com/adamchainz/django-cors-headers drf-spectacular==0.26.4 # https://github.com/tfranzel/drf-spectacular git+https://github.com/OpenEnergyPlatform/django-comparison-dashboard.git@v0.4.1 -git+https://github.com/sedos-project/django_energysystem_viewer.git@v0.3.1 +git+https://github.com/sedos-project/django_energysystem_viewer.git@v0.4.0