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

add requests dependency

This commit is contained in:
lapineige 2023-01-28 15:18:53 +01:00 committed by GitHub
parent 305072e1eb
commit e2582ec7b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,6 +87,7 @@ pushd $final_path
python3 -m venv venv
venv/bin/pip install --upgrade pip
venv/bin/pip install -r requirements.txt # should only be flask for now, but just in case
venv/bin/pip install requests
popd
#=================================================