From be11ee63c3f148034442492b457df5acc0d44ff8 Mon Sep 17 00:00:00 2001 From: Vosjedev Date: Wed, 12 Nov 2025 16:58:20 +0100 Subject: deps: Nevermind, we're not going to do authentication ourselves let the reverse-proxy do it for us --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index c2a6e52..5a601e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,6 @@ dependencies = [ "imap-tools (>=1.11.0,<2.0.0)", "cheroot (<11.0.0)", "mariadb (>=1.1.14,<2.0.0)", - "argon2-cffi (>=25.1.0,<26.0.0)", "pygments (>=2.19.2,<3.0.0)" ] -- cgit