Update Requirements and README

This commit is contained in:
Juhn-Vitus Saß
2025-04-05 16:22:50 +02:00
parent 0068e162f7
commit 783ae44ce1
2 changed files with 40 additions and 12 deletions

View File

@@ -1,4 +1,6 @@
# Core dependencies
django~=5.1.4
channels~=4.2.0
daphne~=4.1.2
pillow~=11.1.0
channels~=4.2.0 # WebSocket support
daphne~=4.1.2 # ASGI server
pillow~=11.1.0 # Image handling
whitenoise~=6.6.0 # Static file serving