Skip to content

Commit

Permalink
fix: explicitly add typing-extensions as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
robinvandernoord committed Feb 29, 2024
1 parent 32c0867 commit 2f5c7ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ venv*
dist/
build/
*coverage*

.idea/
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ dependencies = [
"configuraptor>=1.25",
"typer[all]",
"questionary",
"typing-extensions",
]

[template.plugins.default]
Expand Down

0 comments on commit 2f5c7ab

Please sign in to comment.