We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2540e47 commit ea01051Copy full SHA for ea01051
requirements.txt
@@ -10,4 +10,5 @@ pyexcel-htmlr
10
11
beautifulsoup4
12
minify_html
13
+lxml
14
setuptools
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = deepqt
3
-version = 1.0.0
+version = 1.0.1
4
description = Harness the power of the DeepL API with this friendly user interface.
5
long_description = file: README.md
6
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
@@ -24,6 +24,10 @@ install_requires =
24
pyexcel-xls
25
pyexcel-xlsx
26
pyexcel-htmlr
27
+
28
+ beautifulsoup4
29
+ minify_html
30
+ lxml
31
python_version > "3.10"
32
packages=find:
33
0 commit comments