diff options
Diffstat (limited to 'server/requirements.txt')
| -rw-r--r-- | server/requirements.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/server/requirements.txt b/server/requirements.txt index d80ec06..2a09b24 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -1,7 +1,7 @@ alembic>=0.8.5 pyyaml>=3.11 psycopg2-binary>=2.6.1 -SQLAlchemy>=1.0.12 +SQLAlchemy>=1.0.12, <1.4 coloredlogs==5.0 certifi>=2017.11.5 numpy>=1.8.2 @@ -9,4 +9,6 @@ pillow>=4.3.0 pynacl>=1.2.1 pytz>=2018.3 pyRFC3339>=1.0 -youtube-dl +pillow-avif-plugin>=1.1.0 +pyheif-pillow-opener>=0.1.0 +youtube_dl |