diff --git a/pyproject.toml b/pyproject.toml index c0c5666..d1bf0b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,6 +3,8 @@ authors = ["Your Name "] name = "root" version = "0.0.0" +description = "" + [tool.poetry.dependencies] pandas = "*" python = "^3.7"