shortener/pyproject.toml
2021-05-29 16:22:13 +02:00

29 lines
514 B
TOML

[tool.poetry]
name = "shortener"
version = "0.1.0"
description = ""
authors = ["Gabriel Augendre <gabriel@augendre.info>"]
[tool.poetry.dependencies]
python = "^3.9"
dnspython = "^2.1.0"
Flask = "^2.0.0"
ovh = "^0.5.0"
redis = "^3.5.3"
requests = "^2.25.1"
gunicorn = "^20.1.0"
[tool.poetry.dev-dependencies]
pytest = "^5.2"
pre-commit = "^2.13.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.black]
target-version = ['py38']
[tool.isort]
profile = "black"