changeset 4082:72e91ea3bc16

build: create a dev env with debugging tools
author Goffi <goffi@goffi.org>
date Wed, 07 Jun 2023 22:25:49 +0200
parents 84f6bee6440d
children 2ea567afc0cf
files pyproject.toml
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/pyproject.toml	Tue Jun 06 16:45:16 2023 +0200
+++ b/pyproject.toml	Wed Jun 07 22:25:49 2023 +0200
@@ -95,6 +95,13 @@
 # we need system-package for GPG
 system-packages = true
 
+[tool.hatch.envs.dev]
+dependencies = [
+    "ipdb",
+    "pudb"
+]
+
+
 [tool.hatch.version]
 path = "libervia/backend/__init__.py"