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
johnthagen
changed the title
Migrate dependency declarations to pyproject.toml
Migrate dependency declarations to pyproject.toml (PEP 631)
Oct 10, 2020
It was recently decided that dependencies would be described in
pyproject.toml
.When
pip
,pip-tools
,tox,
etc. add support for this, should move away fromrequirements.txt
/dev-requirements.txt
.Relates to #16
The text was updated successfully, but these errors were encountered: