1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pyinventory_ynh.git synced 2024-09-03 20:16:09 +02:00

WIP: Update requirements

This commit is contained in:
JensDiemer 2021-08-16 17:06:27 +02:00
parent 4122a2dac7
commit 08b3e44af6
2 changed files with 312 additions and 245 deletions

551
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -1,14 +1,14 @@
[tool.poetry]
name = "pyinventory_ynh"
version = "0.9.2~ynh1"
version = "0.9.3.rc3~ynh1"
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 = ">=0.9.2"
django_ynh = {version = "*", extras = ["ynh"]}
pyinventory = {version = ">=0.9.3.rc3"}
django_yunohost_integration = {version = "*", extras = ["ynh"]}
[tool.poetry.dev-dependencies]
bx_py_utils = "*"