fix tests

This commit is contained in:
Jakub Miazek
2024-03-20 13:33:56 +01:00
parent c0380029cb
commit f67c11f4ed
3 changed files with 182 additions and 3 deletions

View File

@@ -24,6 +24,9 @@ rich = "13.7.1"
pyjwt = {version = "2.8.0", extras = ["cryptography"]}
redis = "5.0.3"
passlib = {version = "^1.7.4", extras = ["bcrypt"]}
polars = "^0.20.14"
python-multipart = "^0.0.9"
fastexcel = "^0.9.1"
[tool.poetry.dev-dependencies]
devtools = { extras = ["pygments"], version = "*" }