kodak/pyproject.toml

31 lines
740 B
TOML

[tool.poetry]
name = "imagemonk"
version = "0.0.0"
description = "HTTP server for uploading images and generating thumbnails"
authors = ["Ethan Paul <e@enp.one>"]
repository = "https://github.com/mocproject/imagemonk/"
packages = [{include = "imagemonk"}]
[tool.poetry.dependencies]
python = "^3.7"
[tool.poetry.dev-dependencies]
bandit = "^1.6.2"
black = { git = "https://github.com/psf/black.git" }
ipython = "^7.10.2"
mypy = "^0.782"
pre-commit = "^2.1.1"
pylint = "^2.4.4"
pytest = "^5.2.0"
pytest-cov = "^2.8.0"
reorder-python-imports = "^1.8.0"
safety = "^1.9.0"
sphinx = "^3.0.4"
sphinx-autodoc-typehints = "^1.8.0"
toml = "^0.10.1"
tox = "^3.14.0"
[build-system]
requires = ["poetry>=1.0.0"]
build-backend = "poetry.masonry.api"