Add complex Python requirement scenarios (#1041)

Follows #1011 with some more scenarios
This commit is contained in:
Zanie Blue
2024-01-22 14:31:06 -06:00
committed by GitHub
parent c8941d4799
commit a2efd74209
3 changed files with 268 additions and 9 deletions

View File

@@ -46,7 +46,7 @@ import textwrap
from pathlib import Path
PACKSE_COMMIT = "9a836122ad43eb9c8115ef09f3beb7779512cd78"
PACKSE_COMMIT = "78f34eec66acfba9c723285764dc1f4b841f4961"
TOOL_ROOT = Path(__file__).parent
TEMPLATES = TOOL_ROOT / "templates"
INSTALL_TEMPLATE = TEMPLATES / "install.mustache"