From 32ecc0ec392c751782c1396945ee55c4876f28b7 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Sat, 12 Mar 2022 15:06:09 +0100 Subject: [PATCH] add toml package --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index b32258d..c10954d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,3 +4,4 @@ ruamel.yaml; python_version > '3.4' python-magic; python_version > '3.4' packaging; python_version > '3.4' requests; python_version > '3.4' +toml; python_version > '3.4'