mirror of
https://github.com/YunoHost-Apps/pyinventory_ynh.git
synced 2024-09-03 20:16:09 +02:00
Update requirements
for: https://github.com/jedie/django_yunohost_integration/pull/3
This commit is contained in:
parent
3c29beda66
commit
9da16cd644
4 changed files with 18 additions and 20 deletions
|
@ -39,9 +39,8 @@ django-dbbackup==3.3.0; python_version >= "3.7" and python_full_version < "4.0.0
|
|||
django-debug-toolbar==3.2.2; python_version >= "3.7" and python_full_version < "4.0.0" \
|
||||
--hash=sha256:8c5b13795d4040008ee69ba82dcdd259c49db346cf7d0de6e561a49d191f0860 \
|
||||
--hash=sha256:d7bab7573fab35b0fd029163371b7182f5826c13da69734beb675c761d06a4d3
|
||||
django-import-export==2.5.0; python_version >= "3.7" and python_full_version < "4.0.0" \
|
||||
--hash=sha256:c39c003bfc803fb63ba7742562f1667603a4a8d7426261845d75ce8582d40f48 \
|
||||
--hash=sha256:cf6f3dabdd4f32dcb26e25c7ddcba7aee3168b55d380b0da79f0349afa17c011
|
||||
django-import-export==2.6.0; python_version >= "3.7" and python_full_version < "4.0.0" \
|
||||
--hash=sha256:ef7dbf0ffb81f5534ac46c5f221b9455bdfcfca873652a2b44a03b28814e2be2
|
||||
django-ipware==4.0.0; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.7" and python_version < "4.0" and python_full_version < "4.0.0" and python_full_version >= "3.6.0" \
|
||||
--hash=sha256:1294f916f3b3475e40e1b0ec1bd320aa2397978eae672721c81cbc2ed517e9ee \
|
||||
--hash=sha256:116bd0d7940f09bf7ffd465943992e23d87e772a9d6c0d3a57b74040589a383b
|
||||
|
@ -66,9 +65,9 @@ django-tagulous==1.3.0; python_version >= "3.7" and python_full_version < "4.0.0
|
|||
django-tools==0.48.3; python_version >= "3.7" and python_full_version < "4.0.0" \
|
||||
--hash=sha256:08ed2ae606067f49c2c3949055227a826c8b880e5816114925eca386cf1823af \
|
||||
--hash=sha256:40444fa16b703b7c6960a800ba76aad42472c9aa70040d549a4d91dbb47a5ddb
|
||||
django-yunohost-integration==0.2.0; python_version >= "3.7" and python_full_version < "4.0.0" \
|
||||
--hash=sha256:0ff205a2a32ef95ed0ae6f523aa1130e8005ad9b7807c76b18e4ef64d86f8b79 \
|
||||
--hash=sha256:4f6583da67a54067a6940786fc5d14e1efa9c347bf102dfb68f4bdb9f75a8e4e
|
||||
django-yunohost-integration==0.2.1; python_version >= "3.7" and python_full_version < "4.0.0" \
|
||||
--hash=sha256:ec5a8218ea1cbc8c61ad694ff59ace8d7fa533e853d27d800c12a1503cdfc7f8 \
|
||||
--hash=sha256:c65637733ec16cc0024fe8c0ae73b914d99851054cba1d6ec7640b8d17a9a5ee
|
||||
django==2.2.24; python_version >= "3.7" and python_full_version < "4.0.0" and python_version < "4.0" \
|
||||
--hash=sha256:f2084ceecff86b1e631c2cd4107d435daf4e12f1efcdf11061a73bf0b5e95f92 \
|
||||
--hash=sha256:3339ff0e03dee13045aef6ae7b523edff75b6d726adf7a7a48f53d5a501f7db7
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"description": {
|
||||
"en": "Web based management to catalog things including state and location etc."
|
||||
},
|
||||
"version": "0.9.4~ynh2",
|
||||
"version": "0.9.4~ynh3",
|
||||
"url": "https://github.com/jedie/PyInventory",
|
||||
"license": "GPL-3.0",
|
||||
"maintainer": {
|
||||
|
|
23
poetry.lock
generated
23
poetry.lock
generated
|
@ -286,16 +286,16 @@ sqlparse = ">=0.2.0"
|
|||
|
||||
[[package]]
|
||||
name = "django-import-export"
|
||||
version = "2.5.0"
|
||||
version = "2.6.0"
|
||||
description = "Django application and library for importing and exporting data with included admin integration."
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.5"
|
||||
python-versions = ">=3.6"
|
||||
|
||||
[package.dependencies]
|
||||
diff-match-patch = "*"
|
||||
Django = ">=2.0"
|
||||
tablib = {version = ">=0.14.0", extras = ["html", "ods", "xls", "xlsx", "yaml"]}
|
||||
Django = ">=2.2"
|
||||
tablib = {version = ">=3.0.0", extras = ["html", "ods", "xls", "xlsx", "yaml"]}
|
||||
|
||||
[[package]]
|
||||
name = "django-ipware"
|
||||
|
@ -390,7 +390,7 @@ pprintpp = "*"
|
|||
|
||||
[[package]]
|
||||
name = "django-yunohost-integration"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
description = "Glue code to package django projects as yunohost apps."
|
||||
category = "main"
|
||||
optional = false
|
||||
|
@ -903,7 +903,7 @@ python-versions = ">=3.6"
|
|||
|
||||
[[package]]
|
||||
name = "tox"
|
||||
version = "3.24.3"
|
||||
version = "3.24.4"
|
||||
description = "tox is a generic virtualenv management and test command line tool"
|
||||
category = "dev"
|
||||
optional = false
|
||||
|
@ -1166,8 +1166,7 @@ django-debug-toolbar = [
|
|||
{file = "django_debug_toolbar-3.2.2-py3-none-any.whl", hash = "sha256:d7bab7573fab35b0fd029163371b7182f5826c13da69734beb675c761d06a4d3"},
|
||||
]
|
||||
django-import-export = [
|
||||
{file = "django-import-export-2.5.0.tar.gz", hash = "sha256:c39c003bfc803fb63ba7742562f1667603a4a8d7426261845d75ce8582d40f48"},
|
||||
{file = "django_import_export-2.5.0-py3-none-any.whl", hash = "sha256:cf6f3dabdd4f32dcb26e25c7ddcba7aee3168b55d380b0da79f0349afa17c011"},
|
||||
{file = "django-import-export-2.6.0.tar.gz", hash = "sha256:ef7dbf0ffb81f5534ac46c5f221b9455bdfcfca873652a2b44a03b28814e2be2"},
|
||||
]
|
||||
django-ipware = [
|
||||
{file = "django-ipware-4.0.0.tar.gz", hash = "sha256:1294f916f3b3475e40e1b0ec1bd320aa2397978eae672721c81cbc2ed517e9ee"},
|
||||
|
@ -1202,8 +1201,8 @@ django-tools = [
|
|||
{file = "django_tools-0.48.3-py3-none-any.whl", hash = "sha256:40444fa16b703b7c6960a800ba76aad42472c9aa70040d549a4d91dbb47a5ddb"},
|
||||
]
|
||||
django-yunohost-integration = [
|
||||
{file = "django_yunohost_integration-0.2.0-py3-none-any.whl", hash = "sha256:0ff205a2a32ef95ed0ae6f523aa1130e8005ad9b7807c76b18e4ef64d86f8b79"},
|
||||
{file = "django_yunohost_integration-0.2.0.tar.gz", hash = "sha256:4f6583da67a54067a6940786fc5d14e1efa9c347bf102dfb68f4bdb9f75a8e4e"},
|
||||
{file = "django_yunohost_integration-0.2.1-py3-none-any.whl", hash = "sha256:ec5a8218ea1cbc8c61ad694ff59ace8d7fa533e853d27d800c12a1503cdfc7f8"},
|
||||
{file = "django_yunohost_integration-0.2.1.tar.gz", hash = "sha256:c65637733ec16cc0024fe8c0ae73b914d99851054cba1d6ec7640b8d17a9a5ee"},
|
||||
]
|
||||
docopt = [
|
||||
{file = "docopt-0.6.2.tar.gz", hash = "sha256:49b3a825280bd66b3aa83585ef59c4a8c82f2c8a522dbe754a8bc8d08c85c491"},
|
||||
|
@ -1500,8 +1499,8 @@ tomli = [
|
|||
{file = "tomli-1.2.1.tar.gz", hash = "sha256:a5b75cb6f3968abb47af1b40c1819dc519ea82bcc065776a866e8d74c5ca9442"},
|
||||
]
|
||||
tox = [
|
||||
{file = "tox-3.24.3-py2.py3-none-any.whl", hash = "sha256:9fbf8e2ab758b2a5e7cb2c72945e4728089934853076f67ef18d7575c8ab6b88"},
|
||||
{file = "tox-3.24.3.tar.gz", hash = "sha256:c6c4e77705ada004283610fd6d9ba4f77bc85d235447f875df9f0ba1bc23b634"},
|
||||
{file = "tox-3.24.4-py2.py3-none-any.whl", hash = "sha256:5e274227a53dc9ef856767c21867377ba395992549f02ce55eb549f9fb9a8d10"},
|
||||
{file = "tox-3.24.4.tar.gz", hash = "sha256:c30b57fa2477f1fb7c36aa1d83292d5c2336cd0018119e1b1c17340e2c2708ca"},
|
||||
]
|
||||
typed-ast = [
|
||||
{file = "typed_ast-1.4.3-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:2068531575a125b87a41802130fa7e29f26c09a2833fea68d9a40cf33902eba6"},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "pyinventory_ynh"
|
||||
version = "0.9.4~ynh2"
|
||||
version = "0.9.4~ynh3"
|
||||
description = "Test pyinventory_ynh via local_test.py"
|
||||
authors = ["JensDiemer <git@jensdiemer.de>"]
|
||||
license = "GPL"
|
||||
|
|
Loading…
Reference in a new issue