mirror of
https://github.com/YunoHost-Apps/django-fritzconnection_ynh.git
synced 2024-09-03 18:26:24 +02:00
update to django-fritzconnection==0.0.2rc1
This commit is contained in:
parent
5f82b80201
commit
777bd7a449
3 changed files with 8 additions and 8 deletions
|
@ -40,9 +40,9 @@ django-axes==5.31.0; python_version >= "3.7" and python_full_version < "4.0.0" \
|
|||
django-debug-toolbar==3.2.4; python_version >= "3.7" and python_full_version < "4.0.0" \
|
||||
--hash=sha256:644bbd5c428d3283aa9115722471769cac1bec189edf3a0c855fd8ff870375a9 \
|
||||
--hash=sha256:6b633b6cfee24f232d73569870f19aa86c819d750e7f3e833f2344a9eb4b4409
|
||||
django-fritzconnection==0.0.2rc0; python_version >= "3.7" and python_full_version < "4.0.0" \
|
||||
--hash=sha256:53904dc03672059d0459ec6e27badce3554802bae15b93e24ecc422fc6c45cc0 \
|
||||
--hash=sha256:703c3f26f653073e5a183150b9d23e4ac0c7597abb9ff16fc833ff1b7fd5c5a2
|
||||
django-fritzconnection==0.0.2rc1; python_version >= "3.7" and python_full_version < "4.0.0" \
|
||||
--hash=sha256:d996ec1d65c4b2f43b90b5f346964be5e885cf36721cc0f42a7952aad824c950 \
|
||||
--hash=sha256:3c08cdd2d2d92ca08c9d10d4d1cc1df91aa1f5c83488b8fba6e6847f26800976
|
||||
django-ipware==4.0.2; python_version >= "3.7" and python_full_version < "3.0.0" or python_version >= "3.7" and python_full_version < "4.0.0" and python_full_version >= "3.6.0" \
|
||||
--hash=sha256:602a58325a4808bd19197fef2676a0b2da2df40d0ecf21be414b2ff48c72ad05 \
|
||||
--hash=sha256:878dbb06a87e25550798e9ef3204ed70a200dd8b15e47dcef848cf08244f04c9
|
||||
|
|
8
poetry.lock
generated
8
poetry.lock
generated
|
@ -295,7 +295,7 @@ sqlparse = ">=0.2.0"
|
|||
|
||||
[[package]]
|
||||
name = "django-fritzconnection"
|
||||
version = "0.0.2rc0"
|
||||
version = "0.0.2rc1"
|
||||
description = "Web based FritzBox management using Python/Django."
|
||||
category = "main"
|
||||
optional = false
|
||||
|
@ -947,7 +947,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = ">=3.7,<4.0.0"
|
||||
content-hash = "88a8f1159a0ce286bc00f820a82df8729ee45f44ea9d8e8a90ab26b60ac1e4f3"
|
||||
content-hash = "8f3f43b394d701d10e15f02cea8b141f719e80b65bc2340332685c92512bb8be"
|
||||
|
||||
[metadata.files]
|
||||
asgiref = [
|
||||
|
@ -1107,8 +1107,8 @@ django-debug-toolbar = [
|
|||
{file = "django_debug_toolbar-3.2.4-py3-none-any.whl", hash = "sha256:6b633b6cfee24f232d73569870f19aa86c819d750e7f3e833f2344a9eb4b4409"},
|
||||
]
|
||||
django-fritzconnection = [
|
||||
{file = "django-fritzconnection-0.0.2rc0.tar.gz", hash = "sha256:53904dc03672059d0459ec6e27badce3554802bae15b93e24ecc422fc6c45cc0"},
|
||||
{file = "django_fritzconnection-0.0.2rc0-py3-none-any.whl", hash = "sha256:703c3f26f653073e5a183150b9d23e4ac0c7597abb9ff16fc833ff1b7fd5c5a2"},
|
||||
{file = "django-fritzconnection-0.0.2rc1.tar.gz", hash = "sha256:d996ec1d65c4b2f43b90b5f346964be5e885cf36721cc0f42a7952aad824c950"},
|
||||
{file = "django_fritzconnection-0.0.2rc1-py3-none-any.whl", hash = "sha256:3c08cdd2d2d92ca08c9d10d4d1cc1df91aa1f5c83488b8fba6e6847f26800976"},
|
||||
]
|
||||
django-ipware = [
|
||||
{file = "django-ipware-4.0.2.tar.gz", hash = "sha256:602a58325a4808bd19197fef2676a0b2da2df40d0ecf21be414b2ff48c72ad05"},
|
||||
|
|
|
@ -8,7 +8,7 @@ license = "GPL"
|
|||
[tool.poetry.dependencies]
|
||||
# Keep Python 3.7 until Yunohost contains a newer Python Version ;)
|
||||
python = ">=3.7,<4.0.0"
|
||||
django-fritzconnection = ">=0.0.2rc0"
|
||||
django-fritzconnection = ">=0.0.2rc1"
|
||||
|
||||
# Note: "ynh" extras will install gunicorn, psycopg2, django-redis and django-axes
|
||||
django_yunohost_integration = {version = ">=v0.2.0", extras = ["ynh"]}
|
||||
|
|
Loading…
Reference in a new issue