server: add missing python-jose

This commit is contained in:
2023-11-01 10:28:15 +01:00
committed by Mathieu Virbel
parent e405ccb8f3
commit d0057ae2c4
2 changed files with 67 additions and 1 deletions

View File

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