We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Poetry will not accept to install Django 4.1 with slippers (any version).
$ poetry lock Updating dependencies Resolving dependencies... (1.5s) SolverProblemError Because no versions of slippers match <0.1.0 || >0.1.0,<0.1.1 || >0.1.1,<0.1.2 || >0.1.2,<0.1.3 || >0.1.3,<0.1.4 || >0.1.4,<0.2.0 || >0.2.0,<0.3.0 || >0.3.0,<0.3.1 || >0.3.1 and slippers (0.1.0) depends on Django (>=3.0,<4.0), slippers (<0.1.1 || >0.1.1,<0.1.2 || >0.1.2,<0.1.3 || >0.1.3,<0.1.4 || >0.1.4,<0.2.0 || >0.2.0,<0.3.0 || >0.3.0,<0.3.1 || >0.3.1) requires Django (>=3.0,<4.0). And because slippers (0.1.1) depends on Django (>=2.2,<4.0), slippers (<0.1.2 || >0.1.2,<0.1.3 || >0.1.3,<0.1.4 || >0.1.4,<0.2.0 || >0.2.0,<0.3.0 || >0.3.0,<0.3.1 || >0.3.1) requires Django (>=2.2,<4.0). And because slippers (0.1.2) depends on Django (>=2.2,<4.0) and slippers (0.1.3) depends on Django (>=2.2,<4.0), slippers (<0.1.4 || >0.1.4,<0.2.0 || >0.2.0,<0.3.0 || >0.3.0,<0.3.1 || >0.3.1) requires Django (>=2.2,<4.0). And because slippers (0.1.4) depends on Django (>=2.2,<4.0) and slippers (0.2.0) depends on Django (>=2.2,<4.0), slippers (<0.3.0 || >0.3.0,<0.3.1 || >0.3.1) requires Django (>=2.2,<4.0). And because slippers (0.3.0) depends on Django (>=2.2,<4.0) and slippers (0.3.1) depends on Django (>=2.2,<4.1), every version of slippers requires Django (>=2.2,<4.1). So, because mango depends on both Django (4.1.*) and slippers (*), version solving failed.
The text was updated successfully, but these errors were encountered:
Thanks for reporting. Slippers should be compatible with Django 4.1 so I'll update the dependency version.
Sorry, something went wrong.
Fixed by #15.
0.3.2 is now out on PyPI: https://pypi.org/project/slippers/
No branches or pull requests
Poetry will not accept to install Django 4.1 with slippers (any version).
The text was updated successfully, but these errors were encountered: