Skip to content

Commit

Permalink
Merge pull request #3 from dotpyu/add-structure-output
Browse files Browse the repository at this point in the history
specifying dependencies in pyproject.toml
  • Loading branch information
dotpyu authored Nov 11, 2024
2 parents 7c161b7 + 1e60fdf commit d6990ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ classifiers = [
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
]
dependencies = [
"pathlib>=1.0.1",
"typing-extensions>=4.0.0",
"pathspec>=0.11.0",
]

[project.urls]
"Homepage" = "https://github.com/dotpyu/codemd"
Expand Down

0 comments on commit d6990ce

Please sign in to comment.