Mercurial > libervia-web
comparison pyproject.toml @ 1524:311febeae2d5
build: new "dev" env with debugging packages
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 08 Jun 2023 21:07:52 +0200 |
parents | a44f77559279 |
children | c921e7002bac |
comparison
equal
deleted
inserted
replaced
1523:81216e9476ca | 1524:311febeae2d5 |
---|---|
54 | 54 |
55 [tool.hatch.envs.default] | 55 [tool.hatch.envs.default] |
56 # we need system-package for GPG | 56 # we need system-package for GPG |
57 system-packages = true | 57 system-packages = true |
58 | 58 |
59 [tool.hatch.envs.dev] | |
60 dependencies = [ | |
61 "ipdb", | |
62 "pudb" | |
63 ] | |
64 | |
59 [tool.hatch.metadata] | 65 [tool.hatch.metadata] |
60 allow-direct-references = true | 66 allow-direct-references = true |
61 | 67 |
62 [tool.hatch.version] | 68 [tool.hatch.version] |
63 path = "libervia/web/__init__.py" | 69 path = "libervia/web/__init__.py" |