Upgrades to the latest django channels

This commit is contained in:
Trenton H
2023-05-11 10:26:01 -07:00
parent 0baf73de5e
commit c02758213b
2 changed files with 186 additions and 132 deletions

14
Pipfile
View File

@@ -45,9 +45,7 @@ inotifyrecursive = "~=0.3"
ocrmypdf = "~=14.0"
tqdm = "*"
tika = "*"
# TODO: This will sadly also install daphne+dependencies,
# which an ASGI server we don't need. Adds about 15MB image size.
channels = "~=3.0"
channels = "~=4.0"
channels-redis = "*"
uvicorn = {extras = ["standard"], version = "*"}
concurrent-log-handler = "*"
@@ -69,6 +67,11 @@ scipy = "==1.8.1"
reportlab = "==3.6.12"
[dev-packages]
# Linting
black = "*"
pre-commit = "*"
ruff = "*"
# Testing
factory-boy = "*"
pytest = "*"
pytest-cov = "*"
@@ -77,11 +80,10 @@ pytest-env = "*"
pytest-sugar = "*"
pytest-xdist = "*"
"pdfminer.six" = "*"
black = "*"
pre-commit = "*"
imagehash = "*"
daphne = "*"
# Documentation
mkdocs-material = "*"
ruff = "*"
[typing-dev]
mypy = "*"