Non-JS dependencies update

pull/69/head
Matteo Cargnelutti 2023-09-24 12:06:40 -04:00
rodzic 9b17ef0d3e
commit 572723f4ce
2 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -1,3 +1,3 @@
# Pulls yt-dlp (2023.07.06 version) and saves it in `executables`.
curl -L https://github.com/yt-dlp/yt-dlp/releases/download/2023.07.06/yt-dlp > ../executables/yt-dlp;
# Pulls yt-dlp (2023.09.24 version) and saves it in `executables`.
curl -L https://github.com/yt-dlp/yt-dlp/releases/download/2023.09.24/yt-dlp > ../executables/yt-dlp;
chmod a+x ../executables/yt-dlp;

Wyświetl plik

@ -1 +1 @@
pip3 install "pyHanko[pkcs11,image-support,opentype,xmp]"==0.20.0;
pip3 install "pyHanko[pkcs11,image-support,opentype,xmp]"==0.20.1;