From a1746e457cb8a9fbc16e26080cfd13f4e86a82f9 Mon Sep 17 00:00:00 2001 From: long2ice Date: Tue, 2 Jun 2020 22:14:44 +0800 Subject: [PATCH] update github actions update github actions update github actions update github actions update github actions update github actions update github actions update github actions update github actions update github actions update github actions --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index f58161b..5b0231e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,8 @@ python = "^3.8" tortoise-orm = "*" asyncclick = "*" pydantic = "*" +aiomysql = {version = "*", optional = true} +asyncpg = {version = "*", optional = true} [tool.poetry.dev-dependencies] taskipy = "*"