Remove pydantic dependency. (#198)

This commit is contained in:
long2ice
2021-10-04 23:05:20 +08:00
parent 6f7893d376
commit fac00d45cc
3 changed files with 73 additions and 116 deletions

View File

@@ -18,7 +18,6 @@ include = ["CHANGELOG.md", "LICENSE", "README.md"]
python = "^3.7"
tortoise-orm = "^0.17.7"
click = "*"
pydantic = "*"
aiomysql = { version = "*", optional = true }
asyncpg = { version = "*", optional = true }
ddlparse = "*"