Skip to content

Unpin python-pptx dependency #293

@RobPasMue

Description

@RobPasMue

"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 file

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions