Skip to content

Commit a31b5aa

Browse files
committed
fix: add missing dependencies to get-release-notes script
1 parent 229f005 commit a31b5aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/get-release-notes.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# /// script
22
# requires-python = ">=3.10"
33
# dependencies = [
4+
# "cookiecutter",
5+
# "cruft",
46
# "python-dotenv",
57
# "typer",
68
# ]

0 commit comments

Comments
 (0)