diff options
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -21,10 +21,11 @@ You're going to need at least Python 3.7 plus the following Python libraries * jsonschema (>= 3.0) * beautifulsoup4 * html5lib -* babel * setuptools * setuptools_scm * wheel +* babel (Python library) +* build (a PEP517 package builder) This project also utilizes reuse, pytest and mypy but those are either development-only dependencies or just not required for the actual Haketilo |