mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-06 05:00:18 +03:00
Remove inline script metadata
This commit is contained in:
parent
0ba7619cab
commit
e2469afb48
|
@ -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
|
||||
|
|
|
@ -1,11 +1,3 @@
|
|||
# /// script
|
||||
# requires-python = ">=3.12"
|
||||
# dependencies = [
|
||||
# "gitpython",
|
||||
# "PyGithub",
|
||||
# "jinja2",
|
||||
# ]
|
||||
# ///
|
||||
import datetime as dt
|
||||
import os
|
||||
import re
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
# /// script
|
||||
# requires-python = ">=3.12"
|
||||
# dependencies = [
|
||||
# "PyGithub",
|
||||
# "jinja2",
|
||||
# ]
|
||||
# ///
|
||||
import json
|
||||
import os
|
||||
from pathlib import Path
|
||||
|
|
Loading…
Reference in New Issue
Block a user