fix: update dependencies to use python-helpers 1.0.0 instead of cloud-tools

This commit is contained in:
2026-09-06 19:16:15 +02:00
parent b00d6cdf61
commit b6c7133afd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ Licensed under the [MIT License](LICENSE).
## Installation ## Installation
The `miab` command is installed into the active virtual environment by any of the methods below. The `miab` command is installed into the active virtual environment by any of the methods below.
The package depends on `cloud-tools` 1.3.0 or later, which provides the `python_helpers` The package depends on `python-helpers` 1.0.0 or later, which provides the `python_helpers`
package. package.
### Local install ### Local install
+1 -1
View File
@@ -10,7 +10,7 @@ readme = "README.md"
license = "MIT" license = "MIT"
license-files = ["LICENSE"] license-files = ["LICENSE"]
requires-python = ">=3.9" requires-python = ">=3.9"
dependencies = ["cloud-tools>=1.3.0"] dependencies = ["python-helpers>=1.0.0"]
[project.scripts] [project.scripts]
miab = "mailinabox.cli.miab:main" miab = "mailinabox.cli.miab:main"