mirror of
https://github.com/vale981/sphinx-versions
synced 2025-03-04 17:21:38 -05:00
Add spaces around the '=' sign
This commit is contained in:
parent
1a481acaae
commit
26416ae350
1 changed files with 1 additions and 1 deletions
2
Pipfile
2
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"
|
||||
|
|
Loading…
Add table
Reference in a new issue