Jan Dittberner
e59a2cd7d4
Update to Python 3.7 and latest versions of direct and transitive dependencies. Fix a deprecation warning related to docutils returning an iterator for document.traverse in project Sphinx extension.
18 lines
284 B
TOML
18 lines
284 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
sphinx = "*"
|
|
GitPython = "*"
|
|
certifi = "*"
|
|
requests = "*"
|
|
sphinxcontrib-phpdomain = "*"
|
|
sphinxcontrib-blockdiag = "*"
|
|
sphinxcontrib-seqdiag = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.7"
|