mirror of
https://github.com/enpaul/kodak.git
synced 2025-12-19 09:02:34 +00:00
Initial commit
This commit is contained in:
30
pyproject.toml
Normal file
30
pyproject.toml
Normal file
@@ -0,0 +1,30 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user