1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ihatemoney_ynh.git synced 2024-09-03 19:26:15 +02:00

Update upstream to 6.1

This commit is contained in:
Salamandar 2023-09-08 22:16:37 +02:00 committed by Salamandar
parent 88b848782c
commit 86fabff238
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ name = "I Hate Money"
description.en = "Simple app to manage your collective expenses"
description.fr = "Gérez simplement vos dépenses collectives"
version = "5.2.0~ynh3"
version = "6.1.0~ynh3"
maintainers = ["Jocelyn Delalande"]

View file

@ -5,7 +5,7 @@
#=================================================
pip_dependencies=(
'ihatemoney==5.2.0'
'ihatemoney==6.1.0'
'gunicorn>=20.0'
'PyMySQL>=0.9,<1.1'
)