Mercurial > libervia-backend
comparison 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 |
comparison
equal
deleted
inserted
replaced
4136:72b95cdc3432 | 4137:10979b5c305a |
---|---|
100 system-packages = true | 100 system-packages = true |
101 | 101 |
102 [tool.hatch.envs.dev] | 102 [tool.hatch.envs.dev] |
103 dependencies = [ | 103 dependencies = [ |
104 "ipdb", | 104 "ipdb", |
105 "pudb" | 105 "pudb", |
106 "pytest", | |
107 "pytest-twisted", | |
108 "aiosmtpd" | |
106 ] | 109 ] |
107 | 110 |
108 | 111 |
109 [tool.hatch.version] | 112 [tool.hatch.version] |
110 path = "libervia/backend/__init__.py" | 113 path = "libervia/backend/__init__.py" |