cacert-codedocs/Pipfile
Jan Dittberner e59a2cd7d4 Update dependencies
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.
2020-04-16 20:03:30 +02:00

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"