diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-10-11 12:58:34 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-10-11 13:12:15 +0200 |
commit | 4c6e87a166ab8824f109c4dab2282ef60f7d3ea1 (patch) | |
tree | a578f97514d387b9c7b4bda58174bfffef269c21 | |
parent | 634cef218e9979053da3367c79de6d740633c61a (diff) | |
download | haketilo-hydrilla-4c6e87a166ab8824f109c4dab2282ef60f7d3ea1.tar.gz haketilo-hydrilla-4c6e87a166ab8824f109c4dab2282ef60f7d3ea1.zip |
[builder][server][proxy] correct build deps info
-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 |