Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zigai committed Oct 8, 2023
1 parent 2ec4bb3 commit 2741f52
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ authors = [{ name = "Žiga Ivanšek", email = "ziga.ivansek@gmail.com" }]
license = { file = "LICENSE.txt" }
readme = "README.md"
requires-python = ">=3.10"
dependencies = ["docstring-parser==0.15.0", "stdl==0.4.8"]
dependencies = [
"docstring-parser==0.15.0",
"stdl==0.4.8",
"typing-extensions==4.7.1",
]

classifiers = [
"Intended Audience :: Developers",
Expand Down

0 comments on commit 2741f52

Please sign in to comment.