Skip to content

requirements.txt missing in PyPI source release #13

@BastianZim

Description

@BastianZim

Hi,

the setup.py file currently gets the necessary requirements from requirements.txt as specified here:

REQUIREMENTS = [i.strip() for i in open("requirements.txt").readlines()]

This is not included with the source release in PyPI which makes building from source impossible.

Would it be possible to include that again to be able to build without using the wheel?

I noticed this because I maintain the conda-forge feedstock for this and it was caught in our CI, as can be seen here: https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=278441&view=logs&j=656edd35-690f-5c53-9ba3-09c10d0bea97&t=e5c8ab1d-8ff9-5cae-b332-e15ae582ed2d

Edit: This has was caught in the CI but I was able to verify this locally as well.

Metadata

Metadata

Assignees

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