1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ihatemoney_ynh.git synced 2024-09-03 19:26:15 +02:00
Jocelyn Delalande 2020-04-02 16:50:27 +02:00
parent 730c1bb1b1
commit 698195724a
2 changed files with 2 additions and 1 deletions

View file

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

View file

@ -45,6 +45,7 @@ pip_install () {
'gunicorn>=19.3.0' \ 'gunicorn>=19.3.0' \
'PyMySQL>=0.9,<0.10' \ 'PyMySQL>=0.9,<0.10' \
'ihatemoney>=4,<5' \ 'ihatemoney>=4,<5' \
'Werkzeug==0.16' \ # Workaround https://github.com/spiral-project/ihatemoney/issues/540
} }