-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python Dependency Management #82
Comments
Hey there! I'm not an expert, but I've heard that poetry is excellent. In fact, we switched the Frog Sensor package manager to poetry a while ago, so I think it would be great to do that here as well if that's the standard. @spestana do you have any thoughts or experience on poetry vs pipenv vs venv? |
I haven't yet used it myself, but have heard others recommending poetry. Either way it would be good to be consistent across the board! |
In general, Python package management is a bit of a mess :D |
@abhinavtripathy are you still working on this issue or should we change it to unassigned for someone else? |
@keenanjohnson Thank you for checking In. I have paused on this due to our considering of migration to React. I am looking into the deployment/tech stack and what we can use. I will get back to you on that. |
Hi,
I was looking at the codebase and I see that venv is used as a python package manager. While this is the default, to scale this project I was wondering if pipenv or poetry would be appropriate as an easy way manage our dependencies as they can get complicated fairly quickly.
@keenanjohnson any thoughts?
The text was updated successfully, but these errors were encountered: