wip: add polars

This commit is contained in:
Jakub Miazek
2024-02-15 20:04:01 +01:00
parent 9a5c183e57
commit cd3ce997d8
2 changed files with 39 additions and 1 deletions

View File

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