From 933bbbb148f35eecce12689e09414f802c0e2cb7 Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Tue, 11 Feb 2020 19:01:34 +0100 Subject: [PATCH] [fix] #286: Allow to install Black on Python >= 3.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a8af50bf..91bc70bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ texttable = "^1.6" PyNaCl = "^1.3" [tool.poetry.dev-dependencies] -black = {version = "^19.10b0", allow-prereleases = true, python = "3.6"} +black = {version = "^19.10b0", allow-prereleases = true, python = "^3.6"} pre-commit = "^1.18" pytest = "^5.1" pytest-cov = "^2.7" -- GitLab