1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse_ynh.git synced 2024-09-03 20:26:38 +02:00

Simplify pip command

This commit is contained in:
Josué Tille 2024-02-28 12:11:15 +01:00
parent 59486b60f9
commit 0dffaf60cf
No known key found for this signature in database
GPG key ID: 5F259226AD51F2F5

View file

@ -41,8 +41,7 @@ install_sources() {
# Install synapse in virtualenv
local pip3=$code_dir/bin/pip3
$pip3 install --upgrade setuptools wheel pip
$pip3 install --upgrade cffi ndg-httpsclient psycopg2 lxml jinja2
$pip3 install --upgrade setuptools wheel pip cffi
$pip3 install --upgrade -r $YNH_APP_BASEDIR/conf/requirement_$(lsb_release --codename --short).txt
fi