Update pyproject.toml

This commit is contained in:
adrienmalin 2019-02-11 21:11:04 +01:00
parent c751843689
commit 8d9537b98d

@ -18,7 +18,7 @@ classifiers = [
readme = "README.md" readme = "README.md"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">2.6" python = ">=2.7"
windows-curses = {version = "^1.0", platform = "win32"} windows-curses = {version = "^1.0", platform = "win32"}
[build-system] [build-system]