diff --git a/chatmaild/pyproject.toml b/chatmaild/pyproject.toml index 861ee26e..3fb1b7e7 100644 --- a/chatmaild/pyproject.toml +++ b/chatmaild/pyproject.toml @@ -12,6 +12,7 @@ dependencies = [ "deltachat-rpc-client", "filelock", "requests", + "passlib", ] [tool.setuptools] diff --git a/cmdeploy/pyproject.toml b/cmdeploy/pyproject.toml index d7ab14e0..807b2453 100644 --- a/cmdeploy/pyproject.toml +++ b/cmdeploy/pyproject.toml @@ -19,7 +19,6 @@ dependencies = [ "pytest", "pytest-xdist", "imap_tools", - "passlib", ] [project.scripts]