-
Notifications
You must be signed in to change notification settings - Fork 4
Labels
FLUENTdependenciesPull requests that update a dependency filePull requests that update a dependency file
Description
pydynamicreporting/pyproject.toml
Line 55 in fbc3b59
| "python-pptx==0.6.19", |
Is there a way we could make this dependency more flexible? I see they are already in version 1.X in fact -- have you given a try to it? My point is coming from the fact that version 0.6.19 does not ship a wheel for its distribution and thus forces users to build the wheel themselves... causing issues with certain Python versions and environments. Could we at least put it as
dependencies = [
...
"python-pptx>=0.6.19",
...
]Metadata
Metadata
Assignees
Labels
FLUENTdependenciesPull requests that update a dependency filePull requests that update a dependency file