Skip to content

Commit 8a82cbe

Browse files
authored
Remove typer extra requirements (#32)
* Change extra name for typer * Just typer * Changelog
1 parent 2f21172 commit 8a82cbe

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

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+
916
## [0.2.3] - 2023-01-26
1017

1118
### Changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ classifiers = [
1515
]
1616
requires-python = ">= 3.10"
1717
dependencies = [
18-
"typer[all]",
18+
"typer",
1919
"rich",
2020
]
2121

0 commit comments

Comments
 (0)