- Poetry(>=1.16)
- Python(>=3.7.x)
cp .vscode/settings.default.json .vscode/settings.json
poetry add [package name]
development
poetry install
production
poetry install --no-dev
poetry run pysen run lint
poetry run pysen run format
poetry run pytest
cp .vscode/settings.default.json .vscode/settings.json
poetry add [package name]
development
poetry install
production
poetry install --no-dev
poetry run pysen run lint
poetry run pysen run format
poetry run pytest