From 311c2f877ef5f19e9ec2c5e67528a18cfd6cf39a 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 33fe25a7..258b9cf8 100644 --- a/tools/README-generator/requirements.txt +++ b/tools/README-generator/requirements.txt @@ -1,3 +1,4 @@ jinja2 sanic pyyaml +toml