Skip to content

Commit

Permalink
Pin windows-curses to v2.3.0 (#161)
Browse files Browse the repository at this point in the history
Windows-curses bug introduced after v2.3.0 not
allowing to type apostrophe character.
zephyrproject-rtos/windows-curses#41
  • Loading branch information
Mithil467 authored Feb 25, 2024
1 parent d548fee commit 3e44c25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ python -m mitype [OPTION]... [FILE]...
You'll need [windows_curses](https://pypi.org/project/windows-curses/) installed for running mitype on windows.
You can install it by running the following command.
```
pip install windows_curses
pip install windows_curses==2.3.0
```

## Installing from Source
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ classifiers =
[options]
packages = mitype
install_requires =
windows-curses; platform_system=='Windows'
windows-curses==2.3.0; platform_system=='Windows'
include_package_data = True
zip_safe = False

Expand Down

0 comments on commit 3e44c25

Please sign in to comment.