Skip to content

Commit

Permalink
fix: System specific pty libs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlin7 committed Jan 14, 2024
1 parent b70fb94 commit 4f18ee1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ tkinterweb
mistune
sansio_lsp_client
chardet
pywinpty; platform_system == "Windows"
ptyprocess; platform_system != "Windows"

0 comments on commit 4f18ee1

Please sign in to comment.