# HG changeset patch # User Goffi # Date 1686251274 -7200 # Node ID c921e7002bacb6a85786d9659f3411249f0df33f # Parent 311febeae2d5a957864fd76214c4ef78a66b10d6 build: don't use local dependencies, and remove backend package: hatch doesn't support yet editable dependencies (https://github.com/pypa/hatch/issues/588), and to work on dev, backend and templates must be installed manually in dev mode. To avoid issues during sync when entering a shell, those dependencies are disabled and must be installed manually. diff -r 311febeae2d5 -r c921e7002bac pyproject.toml --- a/pyproject.toml Thu Jun 08 21:07:52 2023 +0200 +++ b/pyproject.toml Thu Jun 08 21:07:54 2023 +0200 @@ -24,8 +24,8 @@ "brython >= 3.10", "jinja2 >= 3.1.2", # use during dev mode to have current version of backend - "libervia-backend @ {root:uri}/../libervia-backend", - "libervia-templates @ {root:uri}/../libervia-backend", + # "libervia-backend == 0.9.*", + # "libervia-templates >0.8.0b1", "pyopenssl >= 23.2.0", "shortuuid ~= 1.0.11", "twisted[tls] >= 22.10",