generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Description
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