mirror of
https://github.com/YunoHost-Apps/weblate_ynh.git
synced 2024-10-01 13:35:04 +02:00
Add pymysql dependency
This commit is contained in:
parent
aa7c41f141
commit
bf636b0cd0
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ virtualenv ${final_path}/venv
|
|||
set +eu
|
||||
source ${final_path}/venv/bin/activate
|
||||
${final_path}/venv/bin/pip install Weblate==2.16
|
||||
${final_path}/venv/bin/pip install pytz python-bidi PyYaML Babel pyuca pylibravatar pydns
|
||||
${final_path}/venv/bin/pip install pytz python-bidi PyYaML Babel pyuca pylibravatar pydns pymysql
|
||||
)
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue