From 9a6216d4f19e0bae16ceaab3324aa5c8dafb45c8 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Wed, 11 Jan 2023 10:05:00 +0100 Subject: [PATCH] autoreadme: add toml to requirements.txt --- tools/README-generator/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/README-generator/requirements.txt b/tools/README-generator/requirements.txt index 33fe25a..258b9cf 100644 --- a/tools/README-generator/requirements.txt +++ b/tools/README-generator/requirements.txt @@ -1,3 +1,4 @@ jinja2 sanic pyyaml +toml