Add spaces around the '=' sign

This commit is contained in:
Cyrille GACHOT 2019-04-23 10:05:48 +02:00
parent 1a481acaae
commit 26416ae350

View file

@ -10,7 +10,7 @@ click = "*"
colorclass = "*" colorclass = "*"
sphinx = "*" sphinx = "*"
sphinx_rtd_theme = "*" 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] [requires]
python_version = "3" python_version = "3"