Release 21 #44
2 changed files with 4 additions and 4 deletions
|
@ -2,6 +2,6 @@
|
||||||
<footer class="footer-container">
|
<footer class="footer-container">
|
||||||
<div class="flex flex-row flex-center flex-wrap footer">
|
<div class="flex flex-row flex-center flex-wrap footer">
|
||||||
<div>Version {{ app_version }}</div>
|
<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>
|
</div>
|
||||||
</footer>
|
</footer>
|
|
@ -1,4 +1,4 @@
|
||||||
Django~=4.1
|
Django~=4.2
|
||||||
psycopg2~=2.9.5
|
psycopg2~=2.9
|
||||||
uvicorn~=0.20.0
|
uvicorn[standard]~=0.27
|
||||||
PyYAML~=6.0
|
PyYAML~=6.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue