Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Poetry Export no longer working #445

@JoeyC1990

Description

@JoeyC1990

As per poetry's new version 1.0.0 release, the command needs to be adapted from:

poetry export --without-hashes -f requirements.txt

to

poetry export --without-hashes -f requirements.txt > requirements.txt

otherwise the deployment fails as the requirements are just read out to stdout and they aren't currently captured.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions