diff --git a/poetry.lock b/poetry.lock index bb41127..30a5d1e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry and should not be changed by hand. +# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand. [[package]] name = "accesscontrol" @@ -3063,4 +3063,4 @@ test = ["zope.size", "zope.testing", "zope.testrunner"] [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.12" -content-hash = "42a5b77e48865131b6c7f7285cd1c24da1d1527de7d76eb5fa838573fe2a522a" +content-hash = "025bc8ba8a5c48e75e82fa9b2dd7dbbdbab9fc5c7802b1fe97b3be35a1a681c9" diff --git a/pyproject.toml b/pyproject.toml index 92d8498..4651b93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,16 +10,18 @@ version = "0.1.0" [tool.poetry.dependencies] python = ">=3.11,<3.12" + mailman = "^3.3.8" +requests = "^2.30.0" zope = "^5.8.1" [tool.poetry.group.dev] optional = true [tool.poetry.group.dev.dependencies] -ruff = "^0.0.267" black = "^23.3.0" isort = "^5.12.0" +ruff = "^0.0.267" [tool.ruff] line-length = 120