Skip to content

Commit 1144dde

Browse files
committed
chore: Add inline dependencies for update_zenodo.py
1 parent ef7c4aa commit 1144dde

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.maint/update_zenodo.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
#!/usr/bin/env python3
2+
# /// script
3+
# requires-python = ">=3.12"
4+
# dependencies = [
5+
# "fuzzywuzzy",
6+
# "python-levenshtein",
7+
# ]
8+
# ///
29
"""Update and sort the creators list of the zenodo record."""
310

411
import json

0 commit comments

Comments
 (0)