We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f21172 commit 8a82cbeCopy full SHA for 8a82cbe
2 files changed
CHANGELOG.md
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## Unreleased
8
9
+## [0.2.4] - 2024-06-23
10
+
11
+### Fixed
12
13
+- Fixed the warning "typer does not provide the extra 'all'" when installing the package.
14
+ ([#32](https://github.com/pyodide/pyodide-cli/pull/32))
15
16
## [0.2.3] - 2023-01-26
17
18
### Changed
pyproject.toml
@@ -15,7 +15,7 @@ classifiers = [
]
requires-python = ">= 3.10"
dependencies = [
- "typer[all]",
+ "typer",
19
"rich",
20
21
0 commit comments