scripts/install.py

branch
eric7-maintenance
changeset 10222
1146cc8fbf5d
parent 10174
6aac1022f330
parent 10192
f457742dd3d6
child 10272
7ae72d1df070
diff -r dce4b2b95c3f -r 1146cc8fbf5d scripts/install.py
--- a/scripts/install.py	Fri Sep 01 10:26:51 2023 +0200
+++ b/scripts/install.py	Thu Oct 05 09:59:53 2023 +0200
@@ -1425,7 +1425,7 @@
     global createInstallInfoFile, installInfo, installCwd, cfg
 
     if createInstallInfoFile:
-        installDateTime = datetime.datetime.now(tz=None)
+        installDateTime = datetime.datetime.now(tz=datetime.timezone.utc)
         try:
             installInfo["sudo"] = os.getuid() == 0
         except AttributeError:
@@ -1728,6 +1728,7 @@
         "isort": ("isort", ">=5.10.0"),
         "coverage": ("coverage", ">=6.5.0"),
         "semver": ("semver", ""),
+        "pipdeptree": ("pipdeptree", ""),
     }
     optionalModulesList = {
         # key is pip project name

eric ide

mercurial