From e2017d3cfc34a9011ad05942265573225ead4c2c Mon Sep 17 00:00:00 2001 From: evan Date: Fri, 9 Feb 2024 22:48:54 -0600 Subject: [PATCH] remove dateutil dep --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 33b4e51b..9380bac5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,6 @@ authors = [ license = {text = "GPL-3.0"} keywords = ["vault", "keepass"] dependencies = [ - "python-dateutil>=2.7.0", "construct>=2.10.53", "argon2_cffi>=18.1.0", "pycryptodomex>=3.6.2",