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

Fix upgrade error

ImportError: cannot import name 'soft_unicode' from 'markupsafe'
This commit is contained in:
yalh76 2022-03-13 16:02:38 +01:00
parent 12a4e9d4f6
commit 7787fa2035

View file

@ -18,6 +18,7 @@ pip_dependencies=(
'PyMySQL>=0.9,<0.10' 'PyMySQL>=0.9,<0.10'
'SQLAlchemy<1.4' 'SQLAlchemy<1.4'
'ihatemoney==4.1.5' 'ihatemoney==4.1.5'
'markupsafe==2.0.1'
) )
### Constants ### Constants