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
poetry has dependencies and dev-dependencies. In development we can import packages from both sections. But, in production we cannot use packages in dev-dependencies.
I think that dev-dependencies should be checked to be blacklisted if we are running a production check.
Activity