awesto / cookiecutter-django-shop

Cookiecutter django-SHOP is a blueprint for an e-commerce site based on django-CMS.
126 stars 58 forks source link

releases/1.0 Pipfile requirements cannot be fulfilled (cause: django-select2) #16

Closed moellering closed 4 years ago

moellering commented 4 years ago

What happened?

Trying to install the releases/1.0 branch (commit deff619eedf26421ea65c28083eac62303f112d4). The command pipenv install --sequential results in:

pipenv.exceptions.ResolutionFailure: ERROR: ERROR: Could not find a version that matches django<2,<2.3,<3,<3.0,>=1.10,>=1.11,>=1.11.3,>=1.6,>=1.8,>=1.8.0,>=2.0

What should've happened instead?

The dependencies should have been installed.

Steps to reproduce

cookiecutter https://github.com/awesto/cookiecutter-django-shop --checkout releases/1.0

Problem description

django-select2 dropped support for django<2 at version number 7.0.0. By replacing django-select2 = "*" in the Pipfile by django-select2 = "<7" this can be solved.

moellering commented 4 years ago

fixed by d05d4be159604f0946c144554d4dfc8349d2777a