Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to make jinja2 optional #52

Closed
wants to merge 1 commit into from

Conversation

whardier
Copy link

May be easier to just broaden the jinja version spec

See: #51

May be easier to just broaden the jinja version spec
@@ -26,7 +26,7 @@ include = ["zzz_poetry_dynamic_versioning.pth"]
python = "^3.5"
dunamai = "^1.5"
tomlkit = ">= 0.4"
jinja2 = "^2.11.1"
jinja2 = {version="^2.11.1", optional=true}
Copy link
Owner

@mtkennerly mtkennerly May 22, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May be easier to just broaden the jinja version spec

Yeah, I'd rather do that for now, so that we don't have to change the install instructions now and then change them again in the near future for the official plugin system. I think we could do this:

jinja2 = [
    { version = "^2.11.1", python = "~3.5" },
    { version = "^3.0.0", python = "^3.6" },
]

@mtkennerly mtkennerly added the enhancement New feature or request label May 22, 2021
@mtkennerly
Copy link
Owner

I went ahead and released v0.13.0 with the broadened version range option. But thank you for the PR :)

@mtkennerly mtkennerly closed this May 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants