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 bd1db22 commit cd9b781Copy full SHA for cd9b781
deepqt/__init__.py
@@ -1,3 +1,3 @@
1
__program__ = "DeepQt"
2
-__version__ = "0.1.4"
+__version__ = "0.1.5"
3
__description__ = "DeepL API front-end using Qt."
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = deepqt
-version = 0.1.4
+version = 0.1.5
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
@@ -19,9 +19,10 @@ install_requires =
19
logzero
20
PySide6
21
xdg
22
- pandas
23
- pyexcel-odsr
24
- openpyxl
+ pyexcel
+ pyexcel-ods
+ pyexcel-xlsx
25
+ pyexcel-htmlr
26
python_version > "3.10"
27
packages=find:
28
0 commit comments