Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
hubshashwat authored Feb 28, 2023
1 parent 329f493 commit 3ce0dda
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 3ce0dda

Please sign in to comment.