I have a Django application build with the following dependencies :
django==3.2.0
django-composed-configuration[dev,prod]==0.19.2
But for a few days now it hasn't worked due to django-girder-style dependency which no longer seems to exist.
ERROR: Could not find a version that satisfies the requirement django-girder-style; extra == "prod" (from django-composed-configuration[dev,prod]) (from versions: none)
ERROR: No matching distribution found for django-girder-style; extra == "prod"
I have a Django application build with the following dependencies :
But for a few days now it hasn't worked due to django-girder-style dependency which no longer seems to exist.