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
In my other projects, I've moved all the dev requirements into setup.py as extras_require. I think we should do that here, too. It changes the developer workflow to something like this:
pipinstall'.[dev]'
Then we don't need pip-tools (which isn't listed as a dependency anywhere).
The text was updated successfully, but these errors were encountered:
We should update any dev setup and the release process docs to use that package name and call out the package as project internal / unstable API. Version-wise I assume it'd match the non-dev bleach version
In my other projects, I've moved all the dev requirements into setup.py as
extras_require
. I think we should do that here, too. It changes the developer workflow to something like this:Then we don't need pip-tools (which isn't listed as a dependency anywhere).
The text was updated successfully, but these errors were encountered: