diff options
author | Nao Pross <np@0hm.ch> | 2022-11-12 17:44:08 +0100 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2022-11-12 17:44:08 +0100 |
commit | 8f23dea4a2c61c6aa37c4509fcd78e94f2dc1142 (patch) | |
tree | 2b1b46cbd3ef0e03bb60203839e926b016877d67 /pyproject.toml | |
parent | Continue refractor of muddle.moodle (diff) | |
download | Muddle-8f23dea4a2c61c6aa37c4509fcd78e94f2dc1142.tar.gz Muddle-8f23dea4a2c61c6aa37c4509fcd78e94f2dc1142.zip |
Update to PyQt6
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" |