diff --git a/pyproject.toml b/pyproject.toml index 1698ddc..3541f73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,10 @@ packages = [{include = "ddl_designer"}] [tool.poetry.dependencies] python = "^3.7" - +fastapi = ">=0.70.1,<1.0.0" +uvicorn = ">=0.16.0,<1.0.0" +pandas = "^1.1.0" +python-multipart = "=0.0.5" [build-system] requires = ["poetry-core"]