fix: update dependencies to use python-helpers 1.0.0 instead of cloud-tools
This commit is contained in:
@@ -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
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user