From d06cae27233e9c2c1df1ddc69741ad9e1ec19555 Mon Sep 17 00:00:00 2001 From: Giovanni Barillari Date: Wed, 9 Oct 2024 14:09:59 +0200 Subject: [PATCH] Review `pydal` dependency --- pyproject.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c7fb34cd..d2fe5848 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "click>=6.0", "emmett-core[granian,rapidjson]", "pendulum~=3.0.0", - "pydal", + "pydal@git+https://github.com/gi0baro/pydal@emmett", "pyyaml~=6.0", "renoir~=1.6", "severus~=1.1", @@ -72,6 +72,9 @@ include = [ '/tests', ] +[tool.hatch.metadata] +allow-direct-references = true + [tool.uv] dev-dependencies = [ "ipaddress>=1.0", @@ -82,4 +85,3 @@ dev-dependencies = [ [tool.uv.sources] emmett-core = { git = "https://github.com/emmett-framework/core", rev = "ab79ed4" } -pydal = { git = "https://github.com/gi0baro/pydal.git", branch = "emmett" }