From 6a34eaf819b60866b036e6e0343e06688adf4678 Mon Sep 17 00:00:00 2001 From: gluap <44007906+gluap@users.noreply.github.com> Date: Wed, 5 Jan 2022 10:49:03 +0100 Subject: [PATCH] Make setup.py consistent with requirements.txt pyyaml, sqlalchemy asyncpg were missing. I wasn't able to identify where we use pyyaml but left it in to not accidentally break things. --- api/setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/setup.py b/api/setup.py index 0e6c389..acd58ce 100644 --- a/api/setup.py +++ b/api/setup.py @@ -18,9 +18,12 @@ setup( "sanic-cors~=2.0.1", "python-slugify~=5.0.2", "motor~=2.5.1", + "pyyaml<6", "sqlparse~=0.4.2", "openmaptiles-tools", # install from git "pyshp~=2.2.0", + "sqlalchemy[asyncio]~=1.4.25", + "asyncpg~=0.24.0", ], entry_points={ "console_scripts": [