server: include endpoint to upload a audio/video file

This commit is contained in:
2023-12-12 20:39:15 +01:00
parent bcbd990958
commit e5e1b70213
8 changed files with 259 additions and 25 deletions

View File

@@ -36,6 +36,7 @@ profanityfilter = "^2.0.6"
celery = "^5.3.4"
redis = "^5.0.1"
python-jose = {extras = ["cryptography"], version = "^3.3.0"}
python-multipart = "^0.0.6"
[tool.poetry.group.dev.dependencies]