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

build(deps): update requirements.txt, poetry.lock and pyproject.toml

This commit is contained in:
André Théo LAURET 2023-05-27 01:55:21 +04:00
parent 338ff85562
commit ecff7ddf94
3 changed files with 7 additions and 7 deletions

View file

@ -173,9 +173,9 @@ pyyaml==6.0 ; python_version >= "3.9" and python_full_version < "4.0.0" \
redis==4.5.5 ; python_version >= "3.9" and python_full_version < "4.0.0" \
--hash=sha256:77929bc7f5dab9adf3acba2d3bb7d7658f1e0c2f1cafe7eb36434e751c471119 \
--hash=sha256:dc87a0bdef6c8bfe1ef1e1c40be7034390c2ae02d92dcd0c7ca1729443899880
scovie==0.0.2 ; python_version >= "3.9" and python_full_version < "4.0.0" \
--hash=sha256:8708e02472c09748c193fcfe000a6e6e4f751b4275ef6a732cc429d927b05be9 \
--hash=sha256:98d89b3d32de0e42a1af2228da9ad0726065b16e3889644126a4b0bc33bdafa9
scovie==0.0.3 ; python_version >= "3.9" and python_full_version < "4.0.0" \
--hash=sha256:08f6bea675075f5881eed1662b21d2b9b17329b7de5413658cd4cd69e7aa4171 \
--hash=sha256:1073ef162cd05787002b774d91edd3f7e49b0905e34c3b66316358626d602958
setuptools==67.8.0 ; python_version >= "3.9" and python_full_version < "4.0.0" \
--hash=sha256:5df61bf30bb10c6f756eb19e7c9f3b473051f48db77fddbe06ff2ca307df9a6f \
--hash=sha256:62642358adc77ffa87233bc4d2354c4b2682d214048f500964dbe760ccedf102

6
poetry.lock generated
View file

@ -1156,13 +1156,13 @@ gitlab = ["python-gitlab (>=1.3.0)"]
[[package]]
name = "scovie"
version = "0.0.2"
version = "0.0.3"
description = "Scovie is an open-source digital signage system for high schools."
optional = false
python-versions = ">=3.9,<4.0.0"
files = [
{file = "scovie-0.0.2-py3-none-any.whl", hash = "sha256:8708e02472c09748c193fcfe000a6e6e4f751b4275ef6a732cc429d927b05be9"},
{file = "scovie-0.0.2.tar.gz", hash = "sha256:98d89b3d32de0e42a1af2228da9ad0726065b16e3889644126a4b0bc33bdafa9"},
{file = "scovie-0.0.3-py3-none-any.whl", hash = "sha256:1073ef162cd05787002b774d91edd3f7e49b0905e34c3b66316358626d602958"},
{file = "scovie-0.0.3.tar.gz", hash = "sha256:08f6bea675075f5881eed1662b21d2b9b17329b7de5413658cd4cd69e7aa4171"},
]
[package.dependencies]

View file

@ -12,7 +12,7 @@ homepage = "https://github.com/eldertek/scovie_ynh"
[tool.poetry.dependencies]
python = ">=3.9,<4.0.0" # Stay with 3.9 until YunoHost used >=Debian 11 (Bullseye)
scovie = ">=0.0.2" # https://github.com/eldertek/scovie
scovie = ">=0.0.3" # https://github.com/eldertek/scovie
# extras "ynh" will install: gunicorn, psycopg2, django-redis and django-axes
# see: https://github.com/YunoHost-Apps/django_yunohost_integration/blob/main/pyproject.toml