feat: extract players from pdf
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "myice"
|
||||
version = "v0.3.0"
|
||||
version = "v0.3.1"
|
||||
description = "myice parsing"
|
||||
authors = ["Rene Luria <rene@luria.ch>"]
|
||||
license = "MIT"
|
||||
@@ -11,6 +11,7 @@ python = "^3.12"
|
||||
requests = "^2.32.3"
|
||||
typer = "^0.12.5"
|
||||
rl-ai-tools = {version = "^1.9.0", source = "infomaniak"}
|
||||
pypdf2 = "^3.0.1"
|
||||
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
|
||||
Reference in New Issue
Block a user