diff options
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 879894d..88633c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,10 +9,10 @@ license = "GPLv3" python = "^3.7" colorlog = "^4.7.2" requests = "^2.25.1" -PyQt5 = "^5.15.2" +pyqt6 = "^6.4.0" [tool.poetry.dev-dependencies] -pyinstaller = "^4.2" +# pyinstaller = "^4.2" pycodestyle = "^2.6.0" pytest = "^6.2.2" |