Skip to content

Commit

Permalink
Update energysystem_viewer to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
henhuy committed Mar 6, 2024
1 parent 9228ff0 commit df83813
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@
"django.forms",
]
THIRD_PARTY_APPS = [
"crispy_forms",
"crispy_bootstrap5",
"allauth",
"allauth.account",
"allauth.socialaccount",
Expand Down
4 changes: 1 addition & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/[email protected]
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

0 comments on commit df83813

Please sign in to comment.