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 adbd3b0 commit fd1a560Copy full SHA for fd1a560
pyproject.toml
@@ -1,6 +1,6 @@
1
[build-system]
2
requires = [
3
- "plover[gui_qt]>=4.0.0.dev10",
+ "plover[gui_qt]>=4.0.0.dev10,<5.0.0",
4
"setuptools>=38.2.4",
5
"wheel",
6
]
setup.cfg
@@ -23,7 +23,7 @@ keywords = plover plover_plugin
23
[options]
24
zip_safe = True
25
install_requires =
26
- plover>=4.0.0.dev8
+ plover>=4.0.0.dev8,<5.0.0
27
odfpy
28
pyparsing > 3.0.7
29
spylls
0 commit comments