swith pyinfra branch

This commit is contained in:
Francisco Schulz 2023-02-02 15:35:33 +01:00
parent cde8404588
commit 8f43f4be2f
2 changed files with 4 additions and 4 deletions

6
poetry.lock generated
View File

@ -2334,8 +2334,8 @@ testcontainers = "3.4.2"
[package.source]
type = "git"
url = "ssh://git@git.iqser.com:2222/rr/pyinfra.git"
reference = "master"
resolved_reference = "61efbdaffd4c710a7c2f1a8f4b8f48d241fc7051"
reference = "bugfix/RED-5277-investigate-missing-heartbeat-error"
resolved_reference = "bd844cdc889d1f569915f2a1182136fa3f971e34"
[[package]]
name = "pylint"
@ -3672,4 +3672,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
[metadata]
lock-version = "2.0"
python-versions = "~3.8"
content-hash = "c751ecb83f57bf2cd89961c259dfd43207540e305ec6e803e49e85cd66a6bc65"
content-hash = "6990885279c2afaae9287388fbae1f4936445ec59f403bbeeafb62fdc1de499a"

View File

@ -10,7 +10,7 @@ packages = [{include = "image_prediction", from = "src"}]
[tool.poetry.dependencies]
python = "~3.8"
pip-licenses = "^3.5.4"
pyinfra = {git = "ssh://git@git.iqser.com:2222/rr/pyinfra.git", branch = "master"}
pyinfra = {git = "ssh://git@git.iqser.com:2222/rr/pyinfra.git", branch = "bugfix/RED-5277-investigate-missing-heartbeat-error"}
pdf2img = {git = "ssh://git@git.iqser.com:2222/rr/pdf2image.git", branch = "master"}
tensorflow = "^2.11.0"
pandas = "^1.5.3"