Skip to content

Managing Dependencies

Camila Maia edited this page Sep 11, 2020 · 1 revision

We use Poetry to manage dependencies. Please check

Add a new dependency

$ poetry add <library>

Official documentation: https://python-poetry.org/docs/cli/#add

Remove a dependency

$ poetry remove <library>

Official documentation: https://python-poetry.org/docs/cli/#remove

More

Please, check the Poetry's Official Documentation for more information