formatting & add pymonad

This commit is contained in:
francisco.schulz 2023-06-19 11:11:29 +02:00
parent d8075aad38
commit cd3ce653e1
2 changed files with 4 additions and 3 deletions

2
poetry.lock generated
View File

@ -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"

View File

@ -4,14 +4,14 @@ version = "1.29.2"
description = ""
authors = ["Team Research <research@knecon.com>"]
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"]