From 22bdb4a6b2c2bf97c880ff67bf07310990bbfe55 Mon Sep 17 00:00:00 2001 From: antigravkids Date: Sun, 24 Dec 2023 06:11:23 -0800 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9c01bbc..32cc01b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ classifiers=[ ] requires-python = ">=3.8" dependencies = [ - "datasette<0.64.6", + "datasette", "datasette-enrichments>=0.2", "sqlite-utils", ]