From ea675d20cb949eb53a3d93e723ea57d924cbbb2d Mon Sep 17 00:00:00 2001 From: Shyam Sunder Date: Thu, 4 Jun 2020 16:38:26 -0400 Subject: server/docker: fix missing installation requirements Furthermore, an update to Pillow has improved the floating-point precision of the image hash algorithm, requiring minor updates to the respective unit tests. See https://github.com/python-pillow/Pillow/pull/4320 --- server/requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'server/requirements.txt') diff --git a/server/requirements.txt b/server/requirements.txt index 810452e..d80ec06 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -9,3 +9,4 @@ pillow>=4.3.0 pynacl>=1.2.1 pytz>=2018.3 pyRFC3339>=1.0 +youtube-dl -- cgit v1.3