--- a/pyproject.toml Fri Jul 05 10:15:29 2024 +0200 +++ b/pyproject.toml Mon Jul 29 14:43:35 2024 +0200 @@ -85,7 +85,10 @@ "semver", "pipdeptree", "watchdog>= 3.0.0", + "psutil", + "fido2", "pywin32>=1.0;platform_system=='Windows'", + "command-runner;platform_system=='Windows'", ] dynamic = ["version"] @@ -110,6 +113,7 @@ eric7_configure = "eric7.eric7_configure:main" eric7_diff = "eric7.eric7_diff:main" eric7_editor = "eric7.eric7_editor:main" +eric7_fido2 = "eric7.eric7_fido2:main" eric7_hexeditor = "eric7.eric7_hexeditor:main" eric7_iconeditor = "eric7.eric7_iconeditor:main" eric7_ide = "eric7.eric7_ide:main"