-
Notifications
You must be signed in to change notification settings - Fork 279
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
PyPI does not allow direct references in package deps (this is new) #2061
Comments
fantastic .. partially fixed in #2060:
|
I am tired of the brokeness of python deps mgmt - anyways:
|
alright, down to one confluent/conflicting deps:
running locally
|
above is all fixed, both locally and on CI, but unfortunately, when trying to publish to PyPI:
pypa/twine#726 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the usual python dependencies hassles .. needs some adjusts. in a fresh cpy 3.9 venv:
pip install -U -r requirements-dev.txt
=>pip install -e .
=>whitelist_externals
forallowlist_externals
- the world has waited for that!The text was updated successfully, but these errors were encountered: