From 8d9537b98d7bb61917858226b9eaa6919d7e37b5 Mon Sep 17 00:00:00 2001 From: adrienmalin <41926238+adrienmalin@users.noreply.github.com> Date: Mon, 11 Feb 2019 21:11:04 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7db7272..8d33643 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ readme = "README.md" [tool.poetry.dependencies] -python = ">2.6" +python = ">=2.7" windows-curses = {version = "^1.0", platform = "win32"} [build-system]