diff --git a/README.md b/README.md index 3ad42562149e3670f9064c20bbb1532798ada1f4..448feca8e240596ead12001cdc594d6aafaaee1b 100644 --- a/README.md +++ b/README.md @@ -30,3 +30,21 @@ make documentation ``` Documentation will end up in `doc.rendered/`. + + +Dependencies +------------ + +General python dependencies are documented in [./setup.cfg](`setup.cfg`). + +### Runtime dependencies +- Puppet +- Puppet Strings + +### Testing dependencies +- `flake8` +- `mypy` +- `pytest` + +### Documentation dependencies +- sphinx