Switches the webserver over to Granian

This commit is contained in:
Trenton H
2025-02-14 11:22:57 -08:00
parent 628d85080f
commit 9d07810caf
6 changed files with 78 additions and 56 deletions

View File

@@ -32,6 +32,7 @@ filelock = "*"
flower = "*"
gotenberg-client = "*"
gunicorn = "*"
granian = "*"
httpx-oauth = "*"
imap-tools = "*"
inotifyrecursive = "~=0.3"
@@ -67,8 +68,8 @@ zxing-cpp = "*"
# Linting
pre-commit = "*"
ruff = "*"
factory-boy = "*"
# Testing
factory-boy = "*"
pytest = "*"
pytest-cov = "*"
pytest-django = "*"