Update pyinfra with absolute file path support
This commit is contained in:
parent
18e1585987
commit
076478e1d6
2389
poetry.lock
generated
2389
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "image-classification-service"
|
name = "image-classification-service"
|
||||||
version = "1.30.2"
|
version = "1.33.0"
|
||||||
description = ""
|
description = ""
|
||||||
authors = ["Team Research <research@knecon.com>"]
|
authors = ["Team Research <research@knecon.com>"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
@ -11,7 +11,8 @@ python = "~3.8"
|
|||||||
dvc = "^2.34.0"
|
dvc = "^2.34.0"
|
||||||
dvc-ssh = "^2.20.0"
|
dvc-ssh = "^2.20.0"
|
||||||
dvc-azure = "^2.21.2"
|
dvc-azure = "^2.21.2"
|
||||||
pyinfra = { version = "dev", source = "gitlab-research" }
|
pyinfra = { version = "1.6.0.dev0", source = "gitlab-research" }
|
||||||
|
kn-utils = { version = "0.1.3", source = "gitlab-research" }
|
||||||
Flask = "^2.1.1"
|
Flask = "^2.1.1"
|
||||||
requests = "^2.27.1"
|
requests = "^2.27.1"
|
||||||
iteration-utilities = "^0.11.0"
|
iteration-utilities = "^0.11.0"
|
||||||
@ -35,7 +36,7 @@ protobuf = "^3.20.0"
|
|||||||
fsspec = "^2022.11.0"
|
fsspec = "^2022.11.0"
|
||||||
PyMonad = "^2.4.0"
|
PyMonad = "^2.4.0"
|
||||||
pdfnetpython3 = "9.4.2"
|
pdfnetpython3 = "9.4.2"
|
||||||
loguru = "^0.7.0"
|
loguru = "^0.6.0"
|
||||||
|
|
||||||
[tool.poetry.group.test.dependencies]
|
[tool.poetry.group.test.dependencies]
|
||||||
pytest = "^7.0.1"
|
pytest = "^7.0.1"
|
||||||
|
|||||||
@ -5,7 +5,7 @@ from image_prediction.pipeline import load_pipeline
|
|||||||
from image_prediction.utils.banner import load_banner
|
from image_prediction.utils.banner import load_banner
|
||||||
from image_prediction.utils.process_wrapping import wrap_in_process
|
from image_prediction.utils.process_wrapping import wrap_in_process
|
||||||
from pyinfra import config
|
from pyinfra import config
|
||||||
from pyinfra.payload_processing import make_payload_processor
|
from pyinfra.payload_processing.processor import make_payload_processor
|
||||||
from pyinfra.queue.queue_manager import QueueManager
|
from pyinfra.queue.queue_manager import QueueManager
|
||||||
|
|
||||||
PYINFRA_CONFIG = config.get_config()
|
PYINFRA_CONFIG = config.get_config()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user