diff --git a/CHANGELOG.md b/CHANGELOG.md index 218249c..b909cf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [1.0.13] 2023-10-21 +### Changes + +- Update Dependencies +- Update README + ## [1.0.12] 2023-03-01 ### Changes diff --git a/requirements.txt b/requirements.txt index f2c3306..e1908df 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,13 @@ -django -gunicorn -python-dotenv -whitenoise +# Core +django==4.1.12 +python-dotenv==1.0.0 + +# UI django-admin-volt==1.0.10 +# Deployment +whitenoise==6.5.0 +gunicorn==21.2.0 + # psycopg2-binary # mysqlclient