Skip to content

Commit ea01051

Browse files
committed
Fix requirements
1 parent 2540e47 commit ea01051

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ pyexcel-htmlr
1010

1111
beautifulsoup4
1212
minify_html
13+
lxml
1314
setuptools

setup.cfg

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = deepqt
3-
version = 1.0.0
3+
version = 1.0.1
44
description = Harness the power of the DeepL API with this friendly user interface.
55
long_description = file: README.md
66
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
@@ -24,6 +24,10 @@ install_requires =
2424
pyexcel-xls
2525
pyexcel-xlsx
2626
pyexcel-htmlr
27+
28+
beautifulsoup4
29+
minify_html
30+
lxml
2731
python_version > "3.10"
2832
packages=find:
2933

0 commit comments

Comments
 (0)