Adjust pdf2img dependency branch

This commit is contained in:
Matthias Bisping 2023-01-02 15:57:06 +01:00
parent 7bbe459208
commit fcb2786697
2 changed files with 4 additions and 4 deletions

6
poetry.lock generated
View File

@ -1327,8 +1327,8 @@ pymupdf = "1.19.6"
[package.source]
type = "git"
url = "ssh://git@git.iqser.com:2222/rr/pdf2image.git"
reference = "python_version_compatibility"
resolved_reference = "82156a4032d24e2509d897d768463b0780abae86"
reference = "master"
resolved_reference = "6ec2e4fb0f6b2e4cedec197d3274759786cf1ab0"
[[package]]
name = "pika"
@ -2020,7 +2020,7 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
[metadata]
lock-version = "1.1"
python-versions = "~3.8"
content-hash = "f988ab1f7dc2a1b9155b44290ba8c1a234ab5424815f1a7a8cddeb235136be78"
content-hash = "0aaec0b423f117c8a01eba279d75becf88983f0a8f93bf8d2f2b4eaa6646c68b"
[metadata.files]
aiohttp = [

View File

@ -28,7 +28,7 @@ prometheus_flask_exporter = "^0.19.0"
lorem-text = "^2.1"
PyMuPDF = "^1.19.6"
pdf2img = {git = "ssh://git@git.iqser.com:2222/rr/pdf2image.git", branch = "python_version_compatibility"}
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"}
[tool.poetry.group.build.dependencies]