diff --git a/poetry.lock b/poetry.lock index 2ae87b9..0e705b1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4691,4 +4691,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "~3.8" -content-hash = "dd9127ae54f9886b01ac05cf49d8e6d622b904a717ab566638de334a92f832cb" +content-hash = "deaea774befbc7beb41fd3c2f62c02052fdcfc7343fbe1deb867ef824d309964" diff --git a/pyproject.toml b/pyproject.toml index 69d6852..ae8b8dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,14 +4,14 @@ version = "1.29.2" description = "" authors = ["Team Research "] readme = "README.md" -packages = [{include = "image_prediction"}] +packages = [{ include = "image_prediction" }] [tool.poetry.dependencies] python = "~3.8" dvc = "^2.34.0" dvc-ssh = "^2.20.0" dvc-azure = "^2.21.2" -pyinfra = {version = "1.5.8", source = "gitlab-research"} +pyinfra = { version = "1.5.8", source = "gitlab-research" } Flask = "^2.1.1" requests = "^2.27.1" iteration-utilities = "^0.11.0" @@ -38,6 +38,7 @@ pdfnetpython3 = "9.4.2" [tool.poetry.group.test.dependencies] pytest = "^7.0.1" +pymonad = "^2.4.0" [tool.pytest.ini_options] testpaths = ["test"]