sphinx-versions/Pipfile

17 lines
295 B
Text
Raw Permalink Normal View History

2019-02-22 10:46:16 +01:00
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
click = "*"
colorclass = "*"
2019-04-23 10:20:00 +02:00
sphinx = "==1.8.5"
2019-02-22 10:46:16 +01:00
sphinx_rtd_theme = "*"
2019-04-23 10:20:00 +02:00
typing = {markers = "python_version >= '3.0' and python_version < '3.5'",version = "*"}
2019-02-22 10:46:16 +01:00
[requires]
python_version = "3"