From ce3e19ad6d4def263764ec3b67fe465b93db44c0 Mon Sep 17 00:00:00 2001 From: Kelly <33134267+KellyP5@users.noreply.github.com> Date: Wed, 6 Dec 2023 11:49:34 -0500 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 0f81320998..87aa1ca880 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,6 +22,7 @@ dependencies = [ "Flask-Cors >=3.0.10", "roundrobin >=0.0.2", "pywin32;platform_system=='Windows'", + "charset_normalizer >=3.3.0" ] classifiers = [ "Topic :: Software Development :: Testing :: Traffic Generation",