mirror of
https://github.com/YunoHost-Apps/pyinventory_ynh.git
synced 2024-09-03 20:16:09 +02:00
16 lines
372 B
TOML
16 lines
372 B
TOML
[tool.poetry]
|
|
name = "pyinventory_ynh"
|
|
version = "0.8.2~ynh3"
|
|
description = "Test pyinventory_ynh via local_test.py"
|
|
authors = ["JensDiemer <git@jensdiemer.de>"]
|
|
license = "GPL"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = ">=3.7,<4.0.0"
|
|
pyinventory = "*"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|