Closed rfleschenberg closed 8 years ago
+
Also:
I agree with django-select2, but django-angular should not be considered a hard dependency.
Well, I have to admit that all Javascript code, some template code and some Cascade plugins require AngularJS, thus django-angular makes perfectly sense as a dependency, but my intention is, to have that part pluggable in case someone want to use Ember, React or any other JS framework.
I agree that django-angular should not be a hard dependency (in general, the fewer dependencies, the better). But at the moment it is imported in shop/forms/checkout.py
, shop/forms/auth.py
and shop/forms/base.py
. I did not really look at this code yet. Jacob, do you think it would be easily possible to eliminate the dependency or make it optional?
Closing here. Copied to https://github.com/awesto/django-shop/issues/313.
This issue was moved to awesto/django-shop#315
I am creating this issue as a place to discuss how django-shop should specify its hard (non-optional) dependencies.
My suggestion:
setup.py
with their minimum versions.Hard dependencies that I found so far: