Skip to content

Commit c6e9d6f

Browse files
committed
Add inline dependencies for Zenodo script
1 parent 927f616 commit c6e9d6f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tools/update_zenodo.py

+8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
#!/usr/bin/env python3
2+
# /// script
3+
# requires-python = ">=3.11"
4+
# dependencies = [
5+
# "fuzzywuzzy",
6+
# "gitpython",
7+
# "python-levenshtein",
8+
# ]
9+
# ///
210
"""Update and sort the creators list of the zenodo record."""
311
import git
412
import json

0 commit comments

Comments
 (0)