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
I'm getting drf-yasg with all of its dependencies included while not using more than bananas.environment, bananas.models and bananas.admin.extension. Due to drf-yasg in install_requires:
I'm getting
drf-yasg
with all of its dependencies included while not using more thanbananas.environment
,bananas.models
andbananas.admin.extension
. Due todrf-yasg
ininstall_requires
:django-bananas/setup.cfg
Lines 35 to 38 in 8e832ca
Could perhaps
drf-yasg
move to only be installed withextras_require.drf
?The text was updated successfully, but these errors were encountered: