Skip to content
Snippets Groups Projects
Commit 933bbbb1 authored by Moul's avatar Moul
Browse files

[fix] #286: Allow to install Black on Python >= 3.6

parent 53609d8d
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment