Skip to content

Commit

Permalink
correct dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
antistic committed Mar 24, 2021
1 parent b80f084 commit b01f390
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[build-system]
requires = [
"plover>=4.0.0.dev3",
"PyQt5",
"plover[gui_qt]>=4.0.0.dev3",
"setuptools>=42",
"wheel"
]
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ keywords = plover plover_plugin anki
zip_safe = True
python_requires = >=3.7
install_requires =
plover>=4.0.0.dev3
plover[gui_qt]>=4.0.0.dev3
packages =
plover_cards

Expand Down

0 comments on commit b01f390

Please sign in to comment.