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:06:46 +01:00 committed by GitHub
parent 065615e4ce
commit a09e63d546
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
# COMMON VARIABLES # COMMON VARIABLES
# dependencies used by the app (must be on a single line) # dependencies used by the app (must be on a single line)
pkg_dependencies="python3-venv" pkg_dependencies="python3-venv python3-requests"
#================================================= #=================================================
# PERSONAL HELPERS # PERSONAL HELPERS