mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-06 21:20:16 +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
|
Creates an issue that generates a table for dependency checking whether
|
||||||
all packages support the latest Django version. "Latest" does not include
|
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 datetime as dt
|
||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
|
|
|
@ -1,10 +1,3 @@
|
||||||
# /// script
|
|
||||||
# requires-python = ">=3.12"
|
|
||||||
# dependencies = [
|
|
||||||
# "PyGithub",
|
|
||||||
# "jinja2",
|
|
||||||
# ]
|
|
||||||
# ///
|
|
||||||
import json
|
import json
|
||||||
import os
|
import os
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
Loading…
Reference in New Issue
Block a user