mirror of
https://github.com/YunoHost-Apps/weblate_ynh.git
synced 2024-10-01 13:35:04 +02:00
temp
This commit is contained in:
parent
131f742886
commit
1decda965f
2 changed files with 3 additions and 0 deletions
|
@ -56,6 +56,7 @@ BASE_DIR = '__FINALPATH__'
|
|||
|
||||
# Data directory
|
||||
DATA_DIR = os.path.join(BASE_DIR, 'data')
|
||||
TTF_PATH = '/usr/share/fonts-droid-fallback/truetype/'
|
||||
|
||||
# Local time zone for this installation. Choices can be found here:
|
||||
# http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
|
||||
|
|
|
@ -198,6 +198,8 @@ virtualenv "${final_path}/venv"
|
|||
pip install pytz python-bidi PyYaML Babel pyuca pylibravatar pydns psycopg2-binary python-memcached phply
|
||||
# specific to YunoHost package:
|
||||
pip install django_sendmail_backend
|
||||
# fix https://github.com/WeblateOrg/weblate/issues/2294
|
||||
pip install backports.csv
|
||||
)
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue