Release 21 #44

Merged
ChaoticByte merged 5 commits from devel into main 2024-02-13 18:27:11 +00:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 1e20fd9549 - Show all commits

View file

@ -2,6 +2,6 @@
<footer class="footer-container">
<div class="flex flex-row flex-center flex-wrap footer">
<div>Version {{ app_version }}</div>
<div>Copyright (C) 2021, Julian Müller (ChaoticByte)</div>
<div>Copyright (C) 2021-2024, Julian Müller (ChaoticByte)</div>
</div>
</footer>

View file

@ -1,4 +1,4 @@
Django~=4.1
psycopg2~=2.9.5
uvicorn~=0.20.0
Django~=4.2
psycopg2~=2.9
uvicorn[standard]~=0.27
PyYAML~=6.0