1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/13ft_ynh.git synced 2024-09-03 18:06:03 +02:00

use requirements.txt for dependencies

This commit is contained in:
lapineige 2022-12-17 20:07:45 +01:00 committed by GitHub
parent 2e96ac2406
commit cad5b8c8fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -112,7 +112,7 @@ ynh_script_progression --message="Installing python dependencies..." --weight=1
pushd $final_path
python3 -m venv venv
venv/bin/pip install --upgrade pip
venv/bin/pip install flask
venv/bin/pip install -r requirements.txt # should only be flask for now, but just in case
#=================================================
# CREATE DEDICATED USER