From 53746e9258d91990f3f72adcbccf83eb0c682624 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sun, 24 Nov 2024 10:28:55 -0600 Subject: [PATCH] fix: remove 'email' extra from wuttjamaican dependency since that no longer exists --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b362911..1a3cf6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ "pyramid_tm", "waitress", "WebHelpers2", - "WuttJamaican[db,email]>=0.13.2", + "WuttJamaican[db]>=0.13.2", "zope.sqlalchemy>=1.5", ]