Added the 'requests' package to the list of dependencies. eric7

Tue, 22 Oct 2024 16:50:36 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 22 Oct 2024 16:50:36 +0200
branch
eric7
changeset 10998
6d7bddfde5fe
parent 10997
d470b58626d2
child 10999
c3cf24fe9113

Added the 'requests' package to the list of dependencies.

pyproject.toml file | annotate | diff | comparison | revisions
scripts/install-dependencies.py file | annotate | diff | comparison | revisions
scripts/install.py file | annotate | diff | comparison | revisions
--- 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

eric ide

mercurial