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
Our systems for managing Python packaging is currently a mess (a combination of setup.py/Pipfile/requirements.txt). It seems poetry and pyproject.toml solves all our problems and would let us delete the other files (setup.py, Pipfile, Pipfile.lock, requirements*.txt), so we should switch to using it.
Our systems for managing Python packaging is currently a mess (a combination of
setup.py
/Pipfile
/requirements.txt
). It seems poetry and pyproject.toml solves all our problems and would let us delete the other files (setup.py
,Pipfile
,Pipfile.lock
,requirements*.txt
), so we should switch to using it.The text was updated successfully, but these errors were encountered: