seeded apps.epic for backend gameboard logic; core.asgi & .settings now accomodate Channels via Redis; several new libraries in reqs to accomodate

This commit is contained in:
Disco DeDisco
2026-03-12 15:05:02 -04:00
parent 69fea65bf9
commit 681a1a4cd0
18 changed files with 49 additions and 11 deletions

View File

@@ -2,6 +2,8 @@ asgiref==3.11.0
attrs==25.4.0
certifi==2025.11.12
cffi==2.0.0
channels
channels-redis
charset-normalizer==3.4.4
coverage
cssselect==1.3.0
@@ -23,6 +25,7 @@ pycparser==2.23
PySocks==1.7.1
python-dotenv
requests==2.32.5
scipy
selenium==4.39.0
sniffio==1.3.1
sortedcontainers==2.4.0
@@ -34,6 +37,7 @@ types-PyYAML==6.0.12.20250915
typing_extensions==4.15.0
tzdata==2025.3
urllib3==2.6.2
uvicorn[standard]
websocket-client==1.9.0
whitenoise==6.11.0
wsproto==1.3.2