You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cant use django 5.1 atm, pipenv dont allow resolving the dependency hierarchy
using
django = "==5.1"
django-cachalot = "==2.6.2"
running
pipenv update -verbose
gives
The conflict is caused by:
The user requested django==5.1
django-cachalot 2.6.2 depends on Django<5.1 and >=3.2
...
RuntimeError: Failed to lock Pipfile.lock!
The text was updated successfully, but these errors were encountered:
Cant use django 5.1 atm, pipenv dont allow resolving the dependency hierarchy
using
running
gives
The text was updated successfully, but these errors were encountered: