From 965e46118bcb8fb29e760f5d841a2a525ea137d2 Mon Sep 17 00:00:00 2001 From: Holger Frey Date: Tue, 31 Mar 2020 13:27:21 +0200 Subject: [PATCH] added deform to requirements --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index b9ce827..618a6a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,7 @@ classifiers = [ ] requires = [ + "deform >= 2.0.8", "passlib[argon2,bcrypt] >= 1.7.2", "pyramid >= 1.10", "pyramid_debugtoolbar >= 4.6.1",