diff pyproject.toml @ 108:a4a060241c73

add a pydeps task. `inv pydeps`
author drewp@bigasterisk.com
date Mon, 30 May 2022 22:44:50 -0700
parents 90d094bcf005
children 703c44bfa3d5
line wrap: on
line diff
--- a/pyproject.toml	Mon May 30 22:44:10 2022 -0700
+++ b/pyproject.toml	Mon May 30 22:44:50 2022 -0700
@@ -30,6 +30,7 @@
     "pytest-watcher>=0.2.3",
     "mock",
     "pytest-asyncio>=0.18.3",
+    "pydeps>=1.10.18",
 ]
 
 [build-system]