Jan Dittberner
cff7cc6779
- 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
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.6"
|