9 lines
128 B
TOML
9 lines
128 B
TOML
|
|
[virtualenvs]
|
||
|
|
|
||
|
|
create = true
|
||
|
|
in-project = true # .venv/ inside the project, not a central cache
|
||
|
|
|
||
|
|
|
||
|
|
[installer]
|
||
|
|
|
||
|
|
parallel = true
|