Skip to content

Commit

Permalink
Add requirement for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
vkottler committed Sep 9, 2023
1 parent d8ac7c7 commit 727d449
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions conntextual/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
runtimepy>=2.6.3
textual
windows-curses; sys_platform == 'win32'
1 change: 1 addition & 0 deletions local/configs/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ no_logging_init: true
requirements:
- runtimepy>=2.6.3
- textual
- "windows-curses; sys_platform == 'win32'"

dev_requirements:
- setuptools-wrapper
Expand Down

0 comments on commit 727d449

Please sign in to comment.