Tool
">
Poetry 소개 및 간단한 사용법
Introduction해당 글에서는 Poetry에 대해서 알아보도록 한다. 우선, Poetry 문서에서는 이렇게 소개한다.Poetry is a tool for dependency management and packaging in Python. It allows you to declare the libraries your project depends on and it will manage (install/update) them for you. Poetry offers a lockfile to ensure repeatable installs, and can build your project for distribution. Poetry는 파이썬에서 종속성 관리와 패키징을 위한 도구입니다.이를 통해 프로젝트가 ..