diff pyproject.toml @ 4137:10979b5c305a

install: add test dependencies to dev env
author Goffi <goffi@goffi.org>
date Wed, 01 Nov 2023 13:57:08 +0100
parents e70eff252048
children 849721e1563b
line wrap: on
line diff
--- a/pyproject.toml	Wed Nov 01 13:55:34 2023 +0100
+++ b/pyproject.toml	Wed Nov 01 13:57:08 2023 +0100
@@ -102,7 +102,10 @@
 [tool.hatch.envs.dev]
 dependencies = [
     "ipdb",
-    "pudb"
+    "pudb",
+    "pytest",
+    "pytest-twisted",
+    "aiosmtpd"
 ]