update dependencies

This commit is contained in:
francisco.schulz 2023-11-28 10:55:19 +01:00
parent 85885f929b
commit be65ea4ff5
2 changed files with 1453 additions and 1299 deletions

2739
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,17 +1,17 @@
[tool.poetry]
name = "cv-analysis-service"
version = "1.22.0"
version = "1.23.0"
description = ""
authors = []
readme = "README.md"
packages = [{ include = "cv_analysis" }]
[tool.poetry.dependencies]
python = "~3.8"
python = ">=3.10,<3.11"
envyaml = "^1.10.211231"
Flask = "^2.1.1"
waitress = "^2.0.0"
funcy = "^1.17"
funcy = "^2"
numpy = "^1.22.3"
opencv-python-headless = "^4.5.5.62"
pdf2image = "^1.16.0"
@ -25,10 +25,9 @@ coverage = "^5.5"
dependency-check = "^0.6.0"
lorem-text = "^2.1"
PyMuPDF = "^1.19.6"
loguru = "^0.6.0"
pyinfra = { version = "1.6.0", source = "gitlab-research" }
kn-utils = { version = "0.1.4", source = "gitlab-research" }
pdf2img = { version = "0.6.1", source = "gitlab-red" }
pyinfra = { version = "1.10.0", source = "gitlab-research" }
kn-utils = { version = "^0.2.4.dev112", source = "gitlab-research" }
pdf2img = { version = "0.7.0", source = "gitlab-red" }
dvc-azure = "^2.21.2"
[tool.poetry.group.test.dependencies]