We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff9424a commit 1529480Copy full SHA for 1529480
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## [1.0.19] 2023-10-21
4
+### Changes
5
+
6
+- Update Dependencies
7
+- Update README
8
9
## [1.0.18] 2023-04-06
10
### Changes
11
requirements.txt
@@ -1,8 +1,13 @@
-django
-gunicorn
-python-dotenv
-whitenoise
+# Core
+django==4.1.12
+python-dotenv==1.0.0
+# UI
django-admin-soft-dashboard==1.0.12
+# Deployment
+whitenoise==6.5.0
+gunicorn==21.2.0
12
# psycopg2-binary
13
# mysqlclient
0 commit comments