wip: add python multipart

This commit is contained in:
Jakub Miazek
2024-02-17 09:47:03 +01:00
parent a8882084d5
commit 47aaef2bd4
2 changed files with 16 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ redis = "5.0.1"
passlib = {version = "^1.7.4", extras = ["bcrypt"]}
sourcery = "^1.15.0"
polars = "^0.20.8"
python-multipart = "^0.0.9"
[tool.poetry.dev-dependencies]
devtools = { extras = ["pygments"], version = "*" }