Tue, 22 Oct 2024 16:50:36 +0200
Added the 'requests' package to the list of dependencies.
--- a/pyproject.toml Tue Oct 22 09:30:56 2024 +0200 +++ b/pyproject.toml Tue Oct 22 16:50:36 2024 +0200 @@ -88,6 +88,7 @@ "watchdog>= 3.0.0", "psutil", "fido2", + "requests", "pywin32>=1.0;platform_system=='Windows'", "command-runner;platform_system=='Windows'", ]
--- a/scripts/install-dependencies.py Tue Oct 22 09:30:56 2024 +0200 +++ b/scripts/install-dependencies.py Tue Oct 22 16:50:36 2024 +0200 @@ -85,6 +85,7 @@ "pipdeptree", "watchdog>=3.0.0", "psutil", + "requests", ) optionalPackages = ( "docutils",
--- a/scripts/install.py Tue Oct 22 09:30:56 2024 +0200 +++ b/scripts/install.py Tue Oct 22 16:50:36 2024 +0200 @@ -1718,6 +1718,7 @@ "pipdeptree": ("pipdeptree", ""), "watchdog": ("watchdog", ">=3.0.0"), "psutil": ("psutil", ""), + "requests": ("requests", ""), } optionalModulesList = { # key is pip project name