1
0
Fork 0
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:
Jean-Baptiste Holcroft 2017-09-15 19:14:30 +02:00
parent aa7c41f141
commit bf636b0cd0

View file

@ -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
)
#=================================================