From 3a6fb8213798d766cb257a3f40d0ca92bc3aaf4d Mon Sep 17 00:00:00 2001 From: Cubicpath Date: Wed, 7 Dec 2022 21:06:03 -0500 Subject: [PATCH] v0.3 with correct pyproject.toml dependencies --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 939e664..3d772ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,6 +28,9 @@ dynamic = ["version", "description",] dependencies = [ "PySide6>=6.4.1", "toml>=0.10.2", + "tls-client>=0.1.5", + "beautifulsoup4>=4.11.1", + "lxml>=4.9.1", ] [project.optional-dependencies]