From b37ef51532a319246d397a00e3930a6649bd2a6c Mon Sep 17 00:00:00 2001 From: Giovanni Barillari Date: Mon, 14 Oct 2024 02:11:59 +0200 Subject: [PATCH] Switch to `pydal` fork dependency --- pyproject.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 89b895a4..9be56797 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,8 +36,8 @@ classifiers = [ dependencies = [ "click>=6.0", "emmett-core[granian,rapidjson]~=1.0.1", + "emmett-pydal==17.3.1", "pendulum~=3.0.0", - "pydal@git+https://github.com/gi0baro/pydal@emmett", "pyyaml~=6.0", "renoir~=1.6", "severus~=1.1", @@ -72,9 +72,6 @@ include = [ '/tests', ] -[tool.hatch.metadata] -allow-direct-references = true - [tool.ruff] line-length = 120