mirror of
https://github.com/YunoHost-Apps/ihatemoney_ynh.git
synced 2024-09-03 19:26:15 +02:00
This commit is contained in:
parent
730c1bb1b1
commit
698195724a
2 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
"fr": "Une application web de comptes partagés à plusieurs"
|
||||
},
|
||||
"url": "http://ihatemoney.org/",
|
||||
"version": "4.1.3~ynh1",
|
||||
"version": "4.1.3~ynh2",
|
||||
"license": "free",
|
||||
"maintainer": {
|
||||
"name": "Jocelyn Delalande",
|
||||
|
|
|
@ -45,6 +45,7 @@ pip_install () {
|
|||
'gunicorn>=19.3.0' \
|
||||
'PyMySQL>=0.9,<0.10' \
|
||||
'ihatemoney>=4,<5' \
|
||||
'Werkzeug==0.16' \ # Workaround https://github.com/spiral-project/ihatemoney/issues/540
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue