2023-02-06 16:47:15 +01:00

58 lines
1.4 KiB
TOML

[tool.poetry]
name = "image-prediction"
version = "1.21.1a0"
description = "prediction service of the redai-image model"
authors = ["Research Team <research@iqser.com>"]
license = "all rights reserved"
readme = "README.md"
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 = "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"
frozendict = "^2.3.4"
pdfnetpython3 = "^9.4.2"
fpdf = "^1.7.2"
funcy = "^1.17"
requests = "^2.28.2"
urllib3 = "^1.26.14"
envyaml = "^1.10.211231"
tqdm = "^4.64.1"
mlflow = "^2.1.1"
dependency-check = "^0.6.0"
prometheus-client = "^0.16.0"
pillow = "9.1.0"
[tool.poetry.group.dev.dependencies]
pylint = "^2.12.1"
black = "^21.11b1"
pytest = "^6.2.5"
pytest-mock = "^3.6.1"
ipykernel = "^6.6.0"
pre-commit = "^2.16.0"
isort = "^5.10.1"
Sphinx = "^4.4.0"
recommonmark = "^0.7.1"
readthedocs-sphinx-ext = "^2.1.4"
rinohtype = "^0.5.3"
rst2pdf = "^0.99"
pydata-sphinx-theme = "^0.8.0"
docxbuilder = "^1.2.0"
[tool.pytest.ini_options]
norecursedirs = "incl"
filterwarnings = ["ignore:.*:DeprecationWarning", ]
testpaths = [
"test",
]
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"