diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..d930204 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,17 @@ +[tool.poetry] +name = "navanchauhan.github.io" +version = "0.1.0" +description = "" +authors = ["navanchauhan <navanchauhan@gmail.com>"] + +[tool.poetry.dependencies] +python = "^3.9" +Jinja2 = "^3.1.2" +markdown2 = "^2.4.3" +Pygments = "^2.12.0" + +[tool.poetry.dev-dependencies] + +[build-system] +requires = ["poetry-core>=1.0.0"] +build-backend = "poetry.core.masonry.api" |