-
Notifications
You must be signed in to change notification settings - Fork 144
Open
Description
Is it possible to build source distributions that depend on at least one package, which is not in public PyPI?
For example, I have a requirements.txt
numpy
requests
--extra-index-url https://test.pypi.org/simple/
some-package
When I'm doing python -m build --sdist I get
setuptools.extern.packaging.requirements.InvalidRequirement: Expected package name at the start of dependency specifier
--extra-index-url https://test.pypi.org/simple/
^
I tried to set pip-args in envs and pass it directly as --extra-index-url=https://test.pypi.org/simple/ --trusted-host=https://test.pypi.org/simple/ but no result
Is there any way to do it?
kasium, agausmann, agriyakhetarpal, stamtron and vmarkovtsev
Metadata
Metadata
Assignees
Labels
No labels