From 56905fdf751c7991612c963f275d99c7c924ab27 Mon Sep 17 00:00:00 2001 From: Paul Bienkowski Date: Mon, 26 Sep 2022 11:45:49 +0200 Subject: [PATCH] Install stream-zip --- api/requirements.txt | 1 + api/setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/api/requirements.txt b/api/requirements.txt index 48277a6..2682253 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -11,3 +11,4 @@ sqlalchemy[asyncio]~=1.4.39 <2.0 asyncpg~=0.24.0 pyshp~=2.3.1 alembic~=1.7.7 +stream-zip~=0.0.50 diff --git a/api/setup.py b/api/setup.py index 2b8ce1e..3a5f09f 100644 --- a/api/setup.py +++ b/api/setup.py @@ -23,6 +23,7 @@ setup( "sqlalchemy[asyncio]~=1.4.25", "asyncpg~=0.24.0", "alembic~=1.7.7", + "stream-zip~=0.0.50", ], entry_points={ "console_scripts": [