diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 39be8de..6cf781c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,6 +11,7 @@ packages = [ [tool.poetry.dependencies] python = "^3.7" +windows-curses = { version = "*", markers = "platform_system == 'Windows'" } [tool.poetry.dev-dependencies] pynvim = "^0.4.3" |