Jeremy Saklad
985414aeab
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.
14 lines
208 B
TOML
14 lines
208 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
ortools = "~=9.0"
|
|
windows-curses = {platform_system = "== 'Windows'"}
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.9"
|