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:
parent
305072e1eb
commit
e2582ec7b4
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue