update dependencies

This commit is contained in:
francisco.schulz 2023-06-07 12:51:59 +02:00
parent 6323884683
commit bb6ba8e0e9
2 changed files with 1633 additions and 1331 deletions

2937
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
[tool.poetry]
name = "cv-analysis"
name = "cv-analysis-service"
version = "0.1.0"
description = ""
authors = []
@ -25,14 +25,31 @@ coverage = "^5.5"
dependency-check = "^0.6.0"
lorem-text = "^2.1"
PyMuPDF = "^1.19.6"
pdf2img = {git = "ssh://git@git.iqser.com:2222/rr/pdf2image.git", branch = "master"}
pyinfra = {git = "ssh://git@git.iqser.com:2222/rr/pyinfra.git", branch = "master"}
loguru = "^0.6.0"
pyinfra = {version = "1.5.7", source = "gitlab-research"}
pdf2img = {version = "0.6.1", source = "gitlab-red"}
dvc-azure = "^2.21.2"
[tool.poetry.group.build.dependencies]
[tool.poetry.group.test.dependencies]
pytest = "^7.0.1"
[tool.pytest.ini_options]
testpaths = ["test"]
addopts = "--ignore=data"
[[tool.poetry.source]]
name = "PyPI"
priority = "primary"
[[tool.poetry.source]]
name = "gitlab-research"
url = "https://gitlab.knecon.com/api/v4/groups/19/-/packages/pypi/simple"
priority = "explicit"
[[tool.poetry.source]]
name = "gitlab-red"
url = "https://gitlab.knecon.com/api/v4/groups/12/-/packages/pypi/simple"
priority = "explicit"
[build-system]
requires = ["poetry-core"]