diff pyproject.toml @ 280:5c5c314051c5

updates for pis
author drewp@bigasterisk.com
date Sun, 14 Apr 2024 20:58:39 -0700
parents 66fd20ab0454
children be6b2695542c
line wrap: on
line diff
--- a/pyproject.toml	Sun Apr 14 20:54:35 2024 -0700
+++ b/pyproject.toml	Sun Apr 14 20:58:39 2024 -0700
@@ -7,6 +7,8 @@
 ]
 dependencies = [
     "pyinfra==2.9",
+    "more-itertools>=10.2.0",
+    "psutil>=5.9.8",
 ]
 requires-python = ">=3.11"
 license = {text = "MIT"}
@@ -15,5 +17,3 @@
 requires = ["pdm-pep517>=1.0.0"]
 build-backend = "pdm.pep517.api"
 
-[tool]
-[tool.pdm]