-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #39 from wst24365888/dev
chore: remove unused dependency
- Loading branch information
Showing
4 changed files
with
19 additions
and
72 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "voice-presentation-control" | ||
version = "1.0.1" | ||
version = "1.0.2" | ||
description = "voice-presentation-control is a tool that allows you to control your presentation using voice when you don't have a presentation pen or when it's inconvinient to use the keyboard." | ||
authors = ["Xyphuz <[email protected]>"] | ||
readme = "README.md" | ||
|
@@ -14,14 +14,12 @@ include = [ | |
] | ||
|
||
[tool.poetry.dependencies] | ||
python = ">=3.9,<3.11" | ||
python = "^3.9" | ||
PyAudio = "^0.2.11" | ||
typer = "^0.4.1" | ||
PyAutoGUI = "^0.9.53" | ||
numpy = "^1.22.3" | ||
vosk = "^0.3.32" | ||
scipy = "^1.8.1" | ||
logmmse = "^1.5" | ||
|
||
[tool.poetry.dev-dependencies] | ||
pytest = "^7.1.2" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
__app_name__ = "voice_presentation_control" | ||
__version__ = "1.0.1" | ||
__version__ = "1.0.2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters