Skip to content

Commit

Permalink
Remove typer extra requirements (#32)
Browse files Browse the repository at this point in the history
* Change extra name for typer

* Just typer

* Changelog
  • Loading branch information
ryanking13 committed Jun 25, 2024
1 parent 2f21172 commit 8a82cbe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.2.4] - 2024-06-23

### Fixed

- Fixed the warning "typer does not provide the extra 'all'" when installing the package.
([#32](https://github.com/pyodide/pyodide-cli/pull/32))

## [0.2.3] - 2023-01-26

### Changed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ classifiers = [
]
requires-python = ">= 3.10"
dependencies = [
"typer[all]",
"typer",
"rich",
]

Expand Down

0 comments on commit 8a82cbe

Please sign in to comment.