diff --git a/recipe/meta.yaml b/recipe/meta.yaml index a305322..ab8ab36 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -21,12 +21,16 @@ requirements: - pip # Project imports itself to find out version during build # time which results into importing runtime dependencies - - asyncpg - - sqlalchemy + - asyncpg >=0.22.0 + - sqlalchemy <2 run: - python - asyncpg - - sqlalchemy + - sqlalchemy <2 + requires: + - pip + commands: + - pip check test: imports: