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 cd9b781 commit bcde7c3Copy full SHA for bcde7c3
requirements.txt
@@ -1,7 +1,9 @@
1
-deepl==1.9.0
2
-logzero==1.7.0
3
-PySide6==6.3.1
+deepl
+logzero
+PySide6
4
xdg
5
pyexcel
6
-pyexcel-ods
7
-pyexcel-xlsx
+pyexcel-odsr
+pyexcel-xls
8
+pyexcel-xlsx
9
+pyexcel-htmlr
setup.cfg
@@ -20,7 +20,8 @@ install_requires =
20
PySide6
21
22
23
- pyexcel-ods
+ pyexcel-odsr
24
+ pyexcel-xls
25
pyexcel-xlsx
26
pyexcel-htmlr
27
python_version > "3.10"
0 commit comments