Switch to Poetry for dependency management #31
Labels
enhancement
New feature or request
good first issue
Good for newcomers
hacktoberfest-accepted
help wanted
Extra attention is needed
We currently use
pip
to manage project dependencies. However,pip
has some limitations that may be worth considering:pyproj.toml
requirements.txt
.env
fileThe Poetry project resolves most of the above issues and has a plugin to source
.env
file environment variables automatically when activating the Poetry virtual environment (related to #30).Further context
We are currently using
pip
because it is the defacto Python package manager, so it might necessitate fewer steps to get a development environment running. However, it may not be too much of a hurdle for developers to install Poetry instead.The text was updated successfully, but these errors were encountered: