Skip to content

Commit

Permalink
[build windows-curses version to (#1901)
Browse files Browse the repository at this point in the history
Fixes #1841.

asottile noticed this was a regression in the last windows-curses release in this issue: zephyrproject-rtos/windows-curses#41
  • Loading branch information
bartbroere committed May 16, 2023
1 parent 86d030b commit cb6c36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
py_modules=['visidata'],
install_requires=[
'python-dateutil',
'windows-curses; platform_system == "Windows"',
'windows-curses<2.3.1; platform_system == "Windows"', #1841
'importlib-metadata >= 3.6',
],
packages=['visidata', 'visidata.loaders', 'visidata.vendor', 'visidata.tests', 'visidata.ddw', 'visidata.man', 'visidata.themes', 'visidata.features', 'visidata.experimental', 'visidata.apps', 'visidata.apps.vgit', 'visidata.apps.vdsql', 'visidata.desktop'],
Expand Down

1 comment on commit cb6c36f

@anjakefala
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A stray keystroke press resulted in GitHub committing my squash message before I was done writing it! T___T

Please sign in to comment.