Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing requirements.txt in published PyPi package #10

Open
aciceri opened this issue Mar 10, 2024 · 1 comment
Open

Missing requirements.txt in published PyPi package #10

aciceri opened this issue Mar 10, 2024 · 1 comment

Comments

@aciceri
Copy link

aciceri commented Mar 10, 2024

I'm not confident saying it but I believe it's supposed to be part of the PyPI package tarball.

Having the requirements.txt file published on the PyPi tarball would also avoid this workaround in the nixpkgs package definition.

cc @mweinelt

@mweinelt
Copy link

I can confidently say that the sdist on PyPi is broken, because there is a requirement in the setuptools install routine.

def requirements():
with open("requirements.txt") as fileobj:
return [line.strip() for line in fileobj]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants