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
define dev dependencies in the requirement file only
we can mix pyproject.toml and dependency files, as the first one will be used while installing the package
but the last one only serve in the CI.
Keeping the dev requirement in one place will simplify the requirement management
0 commit comments