diff options
| author | Shyam Sunder <sgsunder1@gmail.com> | 2022-02-07 12:51:25 -0500 |
|---|---|---|
| committer | Shyam Sunder <sgsunder1@gmail.com> | 2022-02-08 09:58:33 -0500 |
| commit | a22485afda0a37ac1074f5bfea10828c8fef3151 (patch) | |
| tree | c0961cc4de6a72b6a3287093581a0c0c2aa7df82 /server/requirements.txt | |
| parent | d5a6609f754b62536a1d884b0d488adab3ee218e (diff) | |
server/func/images: upgrade to heif-image-plugin
Diffstat (limited to 'server/requirements.txt')
| -rw-r--r-- | server/requirements.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/server/requirements.txt b/server/requirements.txt index 2a09b24..6b032d3 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -1,14 +1,14 @@ alembic>=0.8.5 -pyyaml>=3.11 -psycopg2-binary>=2.6.1 -SQLAlchemy>=1.0.12, <1.4 -coloredlogs==5.0 certifi>=2017.11.5 +coloredlogs==5.0 +heif-image-plugin>=0.3.2 numpy>=1.8.2 +pillow-avif-plugin>=1.1.0 pillow>=4.3.0 +psycopg2-binary>=2.6.1 pynacl>=1.2.1 -pytz>=2018.3 pyRFC3339>=1.0 -pillow-avif-plugin>=1.1.0 -pyheif-pillow-opener>=0.1.0 +pytz>=2018.3 +pyyaml>=3.11 +SQLAlchemy>=1.0.12, <1.4 youtube_dl |