Skip to content

Commit 932a1c8

Browse files
bagagepellouxprayer
authored andcommitted
Add dependency to windows-curses on windows
1 parent 0e57c6d commit 932a1c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
include_package_data=True,
2222
install_requires=[
2323
"pygments",
24-
"wcwidth"
24+
"wcwidth",
25+
"windows-curses; platform_system=='Windows'"
2526
],
2627
entry_points={
2728
"console_scripts": ["suplemon=suplemon.cli:main"]

0 commit comments

Comments
 (0)