From 26416ae3506fec2b75fbe8ba38c54c57bc745bd9 Mon Sep 17 00:00:00 2001 From: Cyrille GACHOT Date: Tue, 23 Apr 2019 10:05:48 +0200 Subject: [PATCH] Add spaces around the '=' sign --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 03a8bb4..c4574e6 100644 --- a/Pipfile +++ b/Pipfile @@ -10,7 +10,7 @@ click = "*" colorclass = "*" sphinx = "*" sphinx_rtd_theme = "*" -typing = {version = "*", markers="python_version >= '3.0' and python_version < '3.5'"} +typing = {version = "*", markers = "python_version >= '3.0' and python_version < '3.5'"} [requires] python_version = "3"