Use poetry to manage virtualenvs
This commit is contained in:
parent
b4bf1d5c6d
commit
fcb9cc02f9
5 changed files with 22 additions and 28 deletions
11
.local/bin/init-venv
Executable file
11
.local/bin/init-venv
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
#! /usr/bin/sh
|
||||
|
||||
poetry add \
|
||||
--group dev \
|
||||
black \
|
||||
isort \
|
||||
'python-lsp-server[rope]' \
|
||||
ruff-lsp
|
||||
poetry add \
|
||||
--group test \
|
||||
coverage
|
||||
Loading…
Add table
Add a link
Reference in a new issue