mirror of
https://github.com/YunoHost-Apps/django-for-runners_ynh.git
synced 2024-09-03 18:26:16 +02:00
28 lines
573 B
TOML
28 lines
573 B
TOML
[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 = "*"
|
|
django_ynh = "*"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
bx_py_utils = "*"
|
|
tox = "*"
|
|
pytest = "*"
|
|
pytest-cov = "*"
|
|
pytest-django = "*"
|
|
coveralls = "*"
|
|
isort = "*"
|
|
flake8 = "*"
|
|
flynt = "*"
|
|
black = "*"
|
|
pyupgrade = "*"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|