Merge pull request #69 from harvard-lil/dependencies-update-09-25-2023

Non-JS dependencies update
pull/70/head
Matteo Cargnelutti 2023-09-24 12:12:41 -04:00 zatwierdzone przez GitHub
commit ee7012b395
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
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;