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
|
@ -5,7 +5,7 @@ It shall NOT be edited by hand.
|
||||||
|
|
||||||
# I Hate Money for YunoHost
|
# I Hate Money for YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/ihatemoney)  
|
[](https://dash.yunohost.org/appci/app/ihatemoney)  
|
||||||
[](https://install-app.yunohost.org/?app=ihatemoney)
|
[](https://install-app.yunohost.org/?app=ihatemoney)
|
||||||
|
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
@ -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
|
Simple app to manage your collective expenses
|
||||||
|
|
||||||
**Shipped version:** 4.1.5~ynh3
|
**Shipped version:** 5.1.1~ynh1
|
||||||
|
|
||||||
**Demo:** https://ihatemoney.org/demo/
|
**Demo:** https://ihatemoney.org/demo/
|
||||||
|
|
||||||
|
@ -58,4 +58,4 @@ or
|
||||||
sudo yunohost app upgrade ihatemoney -u https://github.com/YunoHost-Apps/ihatemoney_ynh/tree/testing --debug
|
sudo yunohost app upgrade ihatemoney -u https://github.com/YunoHost-Apps/ihatemoney_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# I Hate Money pour YunoHost
|
# I Hate Money pour YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/ihatemoney)  
|
[](https://dash.yunohost.org/appci/app/ihatemoney)  
|
||||||
[](https://install-app.yunohost.org/?app=ihatemoney)
|
[](https://install-app.yunohost.org/?app=ihatemoney)
|
||||||
|
|
||||||
*[Read this readme in english.](./README.md)*
|
*[Read this readme in english.](./README.md)*
|
||||||
|
@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
||||||
|
|
||||||
Gérez simplement vos dépenses collectives
|
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/
|
**Démo :** https://ihatemoney.org/demo/
|
||||||
|
|
||||||
|
@ -54,4 +54,4 @@ ou
|
||||||
sudo yunohost app upgrade ihatemoney -u https://github.com/YunoHost-Apps/ihatemoney_ynh/tree/testing --debug
|
sudo yunohost app upgrade ihatemoney -u https://github.com/YunoHost-Apps/ihatemoney_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
"fr": "Gérez simplement vos dépenses collectives"
|
"fr": "Gérez simplement vos dépenses collectives"
|
||||||
},
|
},
|
||||||
"url": "http://ihatemoney.org/",
|
"url": "http://ihatemoney.org/",
|
||||||
"version": "4.1.5~ynh3",
|
"version": "5.1.1~ynh1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
|
@ -13,11 +13,9 @@ pkg_dependencies=(
|
||||||
)
|
)
|
||||||
|
|
||||||
pip_dependencies=(
|
pip_dependencies=(
|
||||||
'setuptools>=18.5'
|
'ihatemoney==5.1.1'
|
||||||
'gunicorn>=19.3.0'
|
'gunicorn>=20.0'
|
||||||
'PyMySQL>=0.9,<0.10'
|
'PyMySQL>=0.9,<1.1'
|
||||||
'SQLAlchemy<1.4'
|
|
||||||
'ihatemoney>=4,<5'
|
|
||||||
)
|
)
|
||||||
|
|
||||||
### Constants
|
### Constants
|
||||||
|
|
Loading…
Add table
Reference in a new issue