mirror of
https://github.com/YunoHost-Apps/weblate_ynh.git
synced 2024-10-01 13:35:04 +02:00
mysqlclient instead of pymsql
This commit is contained in:
parent
bf636b0cd0
commit
81e5e699b5
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 pymysql
|
||||
${final_path}/venv/bin/pip install pytz python-bidi PyYaML Babel pyuca pylibravatar pydns mysqlclient
|
||||
)
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue