Skip to content

Commit 97cef26

Browse files
Add toml and tomli dependencies to CONTRIBUTING
toml is needed to create min_requiremenst file tomli is needed to parse pyproject configuration file. Without tomli I see warning: `configuration file was ignored, because the `tomli` package is not installed` Signed-off-by: ela-kotulska-frequenz <[email protected]>
1 parent f81859a commit 97cef26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ python -m pip install -e .
2121
You can also use `nox` to run the tests and other checks:
2222

2323
```sh
24-
python -m pip install nox
24+
python -m pip install nox toml tomli
2525
nox
2626
```
2727

0 commit comments

Comments
 (0)