fix pydantic orm mode issue

This commit is contained in:
kuba
2021-12-22 21:14:11 +01:00
parent 0de26825c8
commit 6b4320204a
5 changed files with 75 additions and 61 deletions

View File

@@ -5,7 +5,7 @@ name = "pypi"
[packages]
fastapi = "*"
requests = "*"
httptools = "*"
httpx = "*"
uvicorn = "*"
uvloop = "*"