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
Hey. I have a question about development workflow whilst using hatch.
Quite often, I'll be coding in one terminal window and then running the app periodically from another window inside a hatch shell. At some point, I realise that I need a 3rd party library and so I add it to pyproject.toml, then log out and run hatch shell again so that the dependencies sync.
Is this really the best way to do this? I'd be interested to hear what other people's workflows look like.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey. I have a question about development workflow whilst using hatch.
Quite often, I'll be coding in one terminal window and then running the app periodically from another window inside a
hatch shell
. At some point, I realise that I need a 3rd party library and so I add it to pyproject.toml, then log out and runhatch shell
again so that the dependencies sync.Is this really the best way to do this? I'd be interested to hear what other people's workflows look like.
Beta Was this translation helpful? Give feedback.
All reactions