introduce permission checker to task create api (#368)

This commit is contained in:
Kerem Yilmaz
2024-05-26 14:51:53 -07:00
committed by GitHub
parent 5e88d64a11
commit 688a615fb2
7 changed files with 48 additions and 2 deletions

View File

@@ -55,6 +55,7 @@ supabase = "^2.4.3"
aioredlock = "^0.7.3"
fpdf = "^1.7.2"
pypdf = "^4.2.0"
stripe = "^9.7.0"
[tool.poetry.group.dev.dependencies]
isort = "^5.13.2"