cacert-codedocs/Pipfile
Jan Dittberner cff7cc6779 Start documenting CommModule
- add a file meant to collect general observations
- add a file meant to collect information related to the database schema
- add a glossary file
- add documentation for the CommModule files in source/directories.rst
- start signer protocol specification in source/signer.rst
- add support for block and sequence diagrams via sphinxcontrib-blockdiag and
  sphinxcontrib-seqdiag
2018-10-28 19:25:06 +01: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.6"