Install stream-zip
This commit is contained in:
parent
2c27a2c549
commit
56905fdf75
|
@ -11,3 +11,4 @@ sqlalchemy[asyncio]~=1.4.39 <2.0
|
||||||
asyncpg~=0.24.0
|
asyncpg~=0.24.0
|
||||||
pyshp~=2.3.1
|
pyshp~=2.3.1
|
||||||
alembic~=1.7.7
|
alembic~=1.7.7
|
||||||
|
stream-zip~=0.0.50
|
||||||
|
|
|
@ -23,6 +23,7 @@ setup(
|
||||||
"sqlalchemy[asyncio]~=1.4.25",
|
"sqlalchemy[asyncio]~=1.4.25",
|
||||||
"asyncpg~=0.24.0",
|
"asyncpg~=0.24.0",
|
||||||
"alembic~=1.7.7",
|
"alembic~=1.7.7",
|
||||||
|
"stream-zip~=0.0.50",
|
||||||
],
|
],
|
||||||
entry_points={
|
entry_points={
|
||||||
"console_scripts": [
|
"console_scripts": [
|
||||||
|
|
Loading…
Reference in a new issue