From ea010510ef4bfef78c4f75b3e4b39b69c2117c2f Mon Sep 17 00:00:00 2001 From: Voxel <41875513+VoxelCubes@users.noreply.github.com> Date: Thu, 15 Sep 2022 02:42:41 +0200 Subject: [PATCH] Fix requirements --- requirements.txt | 1 + setup.cfg | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 82dca37..2faea03 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,5 @@ pyexcel-htmlr beautifulsoup4 minify_html +lxml setuptools \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 6a75bd7..a53d77d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = deepqt -version = 1.0.0 +version = 1.0.1 description = Harness the power of the DeepL API with this friendly user interface. long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8; variant=GFM @@ -24,6 +24,10 @@ install_requires = pyexcel-xls pyexcel-xlsx pyexcel-htmlr + + beautifulsoup4 + minify_html + lxml python_version > "3.10" packages=find: