Skip to content

Commit 1529480

Browse files
committed
Release v1.0.19
1 parent ff9424a commit 1529480

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [1.0.19] 2023-10-21
4+
### Changes
5+
6+
- Update Dependencies
7+
- Update README
8+
39
## [1.0.18] 2023-04-06
410
### Changes
511

requirements.txt

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1-
django
2-
gunicorn
3-
python-dotenv
4-
whitenoise
1+
# Core
2+
django==4.1.12
3+
python-dotenv==1.0.0
4+
5+
# UI
56
django-admin-soft-dashboard==1.0.12
67

8+
# Deployment
9+
whitenoise==6.5.0
10+
gunicorn==21.2.0
11+
712
# psycopg2-binary
813
# mysqlclient

0 commit comments

Comments
 (0)