Skip to content

Commit d026e83

Browse files
committed
try adding winpty
1 parent ba40f81 commit d026e83

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@
4848
'Send2Trash',
4949
'terminado>=0.8.3',
5050
'prometheus_client',
51-
"pywin32>=1.0 ; sys_platform == 'win32'"
51+
"pywin32>=1.0 ; sys_platform == 'win32'",
52+
# TODO: terminado needs to add this?
53+
"pywinpt>=0.5 ; sys_platform == 'win32'"
5254
],
5355
extras_require = {
5456
'test': ['coverage', 'requests',

0 commit comments

Comments
 (0)