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
As it was mentioned in #279 (comment) it would be useful to be able to rely on setup.cfg for dependencies, including optional and test dependencies.
(e.g. pillow was added as a test dependency in #276. While it's being picked up when someone runs the full tox workflow, it would be nicer to be able to say python -m pip install -e .[test] too to pick up any of those dependencies.)
The text was updated successfully, but these errors were encountered:
As it was mentioned in #279 (comment) it would be useful to be able to rely on setup.cfg for dependencies, including optional and test dependencies.
(e.g.
pillow
was added as a test dependency in #276. While it's being picked up when someone runs the full tox workflow, it would be nicer to be able to saypython -m pip install -e .[test]
too to pick up any of those dependencies.)The text was updated successfully, but these errors were encountered: