Skip to content

Commit cd9b781

Browse files
committed
version bump and updated dependencies
1 parent bd1db22 commit cd9b781

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

deepqt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__program__ = "DeepQt"
2-
__version__ = "0.1.4"
2+
__version__ = "0.1.5"
33
__description__ = "DeepL API front-end using Qt."

setup.cfg

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = deepqt
3-
version = 0.1.4
3+
version = 0.1.5
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
@@ -19,9 +19,10 @@ install_requires =
1919
logzero
2020
PySide6
2121
xdg
22-
pandas
23-
pyexcel-odsr
24-
openpyxl
22+
pyexcel
23+
pyexcel-ods
24+
pyexcel-xlsx
25+
pyexcel-htmlr
2526
python_version > "3.10"
2627
packages=find:
2728

0 commit comments

Comments
 (0)