django-for-runners_ynh/pyproject.toml

29 lines
573 B
TOML
Raw Normal View History

2020-12-22 18:55:11 +01:00
[tool.poetry]
name = "django-for-runners_ynh"
version = "0.12.0rc2~ynh2"
description = "Test django-for-runners_ynh via local_test.py"
authors = ["JensDiemer <git@jensdiemer.de>"]
license = "GPL"
[tool.poetry.dependencies]
python = ">=3.7,<4.0.0"
django-for-runners = "*"
2021-01-17 11:32:28 +01:00
django_ynh = "*"
2020-12-22 18:55:11 +01:00
[tool.poetry.dev-dependencies]
2021-01-17 11:32:28 +01:00
bx_py_utils = "*"
tox = "*"
pytest = "*"
pytest-cov = "*"
pytest-django = "*"
coveralls = "*"
isort = "*"
flake8 = "*"
flynt = "*"
black = "*"
pyupgrade = "*"
2020-12-22 18:55:11 +01:00
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"