changeset 1524:311febeae2d5

build: new "dev" env with debugging packages
author Goffi <goffi@goffi.org>
date Thu, 08 Jun 2023 21:07:52 +0200
parents 81216e9476ca
children c921e7002bac
files pyproject.toml
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/pyproject.toml	Thu Jun 08 21:07:49 2023 +0200
+++ b/pyproject.toml	Thu Jun 08 21:07:52 2023 +0200
@@ -56,6 +56,12 @@
 # we need system-package for GPG
 system-packages = true
 
+[tool.hatch.envs.dev]
+dependencies = [
+    "ipdb",
+    "pudb"
+]
+
 [tool.hatch.metadata]
 allow-direct-references = true