diff --git a/Pipfile b/Pipfile index e02e24e4..03008d1b 100644 --- a/Pipfile +++ b/Pipfile @@ -12,7 +12,7 @@ click = "*" pytest-pypy = {path = "./tests/pytest-pypi", editable = true} pytest-tap = "*" stdeb = {version="*", sys_platform="== 'linux'"} -black = "*" +black = {version="*", python_version="=='3.6'"} [packages] @@ -21,4 +21,4 @@ black = "*" [scripts] -tests = "bash ./run-tests.sh" \ No newline at end of file +tests = "bash ./run-tests.sh" diff --git a/Pipfile.lock b/Pipfile.lock index 451a0bb7..b36e6447 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "5e653fdd210a9f4b3d7816ce53ff3b1be14bf1e9b9674672a91c1d434eb63c36" + "sha256": "9b2d61fd277b0256d0190153beb005266128c63c3d40567b417546a0f4d9d6e9" }, "pipfile-spec": 6, "requires": {}, @@ -49,6 +49,7 @@ "sha256:7183263650ba3071034e90b40a1ea74abccbd32cf525cef6d7914479dbe7f2fb" ], "index": "pypi", + "markers": "python_version == '3.6'", "version": "==18.3a0" }, "certifi": {