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:
parent
12a4e9d4f6
commit
7787fa2035
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ pip_dependencies=(
|
|||
'PyMySQL>=0.9,<0.10'
|
||||
'SQLAlchemy<1.4'
|
||||
'ihatemoney==4.1.5'
|
||||
'markupsafe==2.0.1'
|
||||
)
|
||||
|
||||
### Constants
|
||||
|
|
Loading…
Reference in a new issue