Remove inline script metadata

This commit is contained in:
jelmert 2024-09-19 10:44:39 +02:00
parent 0ba7619cab
commit e2469afb48
3 changed files with 0 additions and 24 deletions

View File

@ -1,12 +1,3 @@
# /// script
# requires-python = ">=3.12"
# dependencies = [
# "gitpython",
# "PyGithub",
# "jinja2",
# "requests",
# ]
# ///
"""
Creates an issue that generates a table for dependency checking whether
all packages support the latest Django version. "Latest" does not include

View File

@ -1,11 +1,3 @@
# /// script
# requires-python = ">=3.12"
# dependencies = [
# "gitpython",
# "PyGithub",
# "jinja2",
# ]
# ///
import datetime as dt
import os
import re

View File

@ -1,10 +1,3 @@
# /// script
# requires-python = ">=3.12"
# dependencies = [
# "PyGithub",
# "jinja2",
# ]
# ///
import json
import os
from pathlib import Path