diff --git a/chatmaild/pyproject.toml b/chatmaild/pyproject.toml index a2877ec7..5f7cbb74 100644 --- a/chatmaild/pyproject.toml +++ b/chatmaild/pyproject.toml @@ -9,7 +9,7 @@ dependencies = [ "iniconfig", "filelock", "requests", - "crypt-r >= 3.13.1 ; python_version >= '3.11'", + "crypt-r >= 3.13.1 ; python_version >= '3.13'", ] [tool.setuptools]