pyinfra/pyproject.toml
Francisco Schulz b44b733090 Revert "test standard layout"
This reverts commit ba27a7b1cad103d1c99041ad33693a4eaee0de7c.
2022-09-19 17:16:12 +02:00

46 lines
1.0 KiB
TOML

[tool.poetry]
name = "pyinfra"
version = "1.1.0"
description = "python package that is supposed to handle networking and connections for model packages that are used for predictions in the RED project"
authors = ["Frankcisco Schulz"]
license = "All rights reserved"
packages = [
{ include = "pyinfra", from = "src" }
]
[tool.poetry.dependencies]
python = "^3.8"
python-dotenv = "^0.19.2"
pika = "^1.3.0"
retry = "^0.9.2"
minio = "^7.1.11"
azure-core = "^1.25.1"
azure-storage-blob = "^12.13.1"
testcontainers = "^3.6.1"
funcy = "^1.17"
[tool.poetry.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"
pip-licenses = "^3.5.4"
[tool.pytest.ini_options]
log_cli = 1
log_cli_level = "DEBUG"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"