mirror of
https://github.com/YunoHost-Apps/ihatemoney_ynh.git
synced 2024-09-03 19:26:15 +02:00
Bump upstream to 5.1.1. Remove setuptools and sqlalchemy from pip_dependencies.
This commit is contained in:
parent
a62a84e65b
commit
eeb435e178
4 changed files with 10 additions and 12 deletions
|
@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
Simple app to manage your collective expenses
|
||||
|
||||
**Shipped version:** 4.1.5~ynh3
|
||||
**Shipped version:** 5.1.1~ynh1
|
||||
|
||||
**Demo:** https://ihatemoney.org/demo/
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
|||
|
||||
Gérez simplement vos dépenses collectives
|
||||
|
||||
**Version incluse :** 4.1.5~ynh3
|
||||
**Version incluse :** 5.1.1~ynh1
|
||||
|
||||
**Démo :** https://ihatemoney.org/demo/
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"fr": "Gérez simplement vos dépenses collectives"
|
||||
},
|
||||
"url": "http://ihatemoney.org/",
|
||||
"version": "4.1.5~ynh3",
|
||||
"version": "5.1.1~ynh1",
|
||||
"license": "MIT",
|
||||
"upstream": {
|
||||
"license": "MIT",
|
||||
|
|
|
@ -13,11 +13,9 @@ pkg_dependencies=(
|
|||
)
|
||||
|
||||
pip_dependencies=(
|
||||
'setuptools>=18.5'
|
||||
'gunicorn>=19.3.0'
|
||||
'PyMySQL>=0.9,<0.10'
|
||||
'SQLAlchemy<1.4'
|
||||
'ihatemoney>=4,<5'
|
||||
'ihatemoney==5.1.1'
|
||||
'gunicorn>=20.0'
|
||||
'PyMySQL>=0.9,<1.1'
|
||||
)
|
||||
|
||||
### Constants
|
||||
|
|
Loading…
Add table
Reference in a new issue