aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-06-03 22:33:12 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-06-03 22:33:12 +0200
commitfae50f0edbb09d8f904537e82a3d8d36258f51a5 (patch)
treef4aaf381f6f56326224d1925b351ba133797e20d
parentAdd setup.cfg, license under AGPL. (diff)
downloadmuppet-strings-fae50f0edbb09d8f904537e82a3d8d36258f51a5.tar.gz
muppet-strings-fae50f0edbb09d8f904537e82a3d8d36258f51a5.tar.xz
Add dependency information.
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3ad4256..448feca 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