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

Upgrade to upstream 4.x

This commit is contained in:
Jocelyn Delalande 2019-03-19 12:05:43 +01:00
parent 0e3500925c
commit cec3ac7b58
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
"fr": "Une application web de comptes partagés à plusieurs"
},
"url": "http://ihatemoney.org/",
"version": "3.0~ynh1",
"version": "4.0~ynh1",
"license": "free",
"maintainer": {
"name": "Jocelyn Delalande",

View file

@ -44,7 +44,7 @@ pip_install () {
sudo /opt/yunohost/ihatemoney/venv/bin/pip install --upgrade \
'gunicorn>=19.3.0' \
'PyMySQL>=0.9,<0.10' \
'ihatemoney>=3,<4' \
'ihatemoney>=4,<5' \
}