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
Now pipenv is used to manage deps in dev mode while pyproject stores deps for packaging.
It causes bugs like this #33
Let's switch to poetry and use it in both scenarios.
Check https://python-poetry.org/docs/libraries/#packaging for details regarding packaging
The text was updated successfully, but these errors were encountered:
Now pipenv is used to manage deps in dev mode while pyproject stores deps for packaging.
It causes bugs like this #33
Let's switch to poetry and use it in both scenarios.
Check https://python-poetry.org/docs/libraries/#packaging for details regarding packaging
The text was updated successfully, but these errors were encountered: