Add Windows-specific curses dependency

The curses module is not included with Python on Windows, and must be
installed as a package. The Pipfile has been updated to do this when run
on Windows.
This commit is contained in:
Jeremy Saklad 2021-07-20 11:15:56 -05:00
parent b07752ce95
commit 985414aeab
Signed by: Jeremy Saklad
GPG Key ID: 9CA2149583EDBF84
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ name = "pypi"
[packages]
ortools = "~=9.0"
windows-curses = {platform_system = "== 'Windows'"}
[dev-packages]