diff options
| author | Shyam Sunder <sgsunder1@gmail.com> | 2020-06-04 16:38:26 -0400 |
|---|---|---|
| committer | Shyam Sunder <sgsunder1@gmail.com> | 2020-06-04 16:38:26 -0400 |
| commit | ea675d20cb949eb53a3d93e723ea57d924cbbb2d (patch) | |
| tree | a9f5867f2e8e29a4fd1d1d2dc7fc970a66265d76 /server/requirements.txt | |
| parent | 6a95a66f12a5407cfd8ffa7e373f756236bf0bce (diff) | |
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
Diffstat (limited to 'server/requirements.txt')
| -rw-r--r-- | server/requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |