Skip to content

Commit d4b5208

Browse files
committed
Add markers for dependencies
To make it easier to run with `uv`.
1 parent 99a1503 commit d4b5208

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

jira-backport/jira-backport.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# /// script
2+
# dependencies = [
3+
# "jira",
4+
# "PyGithub",
5+
# ]
6+
# ///
7+
18
from jira import JIRA
29
from github import Github
310
from github import Auth

0 commit comments

Comments
 (0)