-
I haven't used poetry before, but it seems like it would make setup/maintaining the project more simple compared to pip... seems easy enough to set up. Maybe convert to using it? @K-dash thoughts? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 19 replies
-
@ryansurf By introducing Poetry, the dependencies will become clearer, and we can separate the libraries used in production and development environments, which I think is a good idea. |
Beta Was this translation helpful? Give feedback.
-
Also, have you heard of a tool called Rye that has recently come out? It's a tool that combines both Python version management and pip library management. |
Beta Was this translation helpful? Give feedback.
-
@ryansurf |
Beta Was this translation helpful? Give feedback.
-
@ryansurf I thought I'd give it a try myself, so I wanted to share it with you~ |
Beta Was this translation helpful? Give feedback.
@ryansurf
I agree:)
By introducing Poetry, the dependencies will become clearer, and we can separate the libraries used in production and development environments, which I think is a good idea.