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

loosely define dependencies to reduce dependency conflicts when using poetry #19

Conversation

boswellgathu
Copy link

When using pybald with exago and using poetry package manager, The strict defined patch versions lead to poetry being unable to install the packages.
The problem is that poetry does not allow for dependency override that we have when using just pip.
Added a little black formatting.

find the poetry issue [here] (python-poetry/poetry#697)

… poetry

When using pybald with exago and using poetry package manager, The strict defined patch versions lead to poetry being unable to install the packages.

Added a little black formatting.
@mikepk
Copy link
Owner

mikepk commented Aug 23, 2019

Instead of loosening the minor patch version, I decided to change all the dependencies to minimums instead of "pinned". I think this should solve the problem. Let me know if it doesn't. I've released a new version 0.5.7

@mikepk mikepk closed this Aug 23, 2019
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

Successfully merging this pull request may close these issues.

2 participants