aboutsummaryrefslogtreecommitdiff
path: root/docs/Pipfile
blob: efdb5a1750f1c701a106b013eb44e4417b5cd002 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]

[packages]
sphinx = "*"
sphinx-rtd-theme = "*"
sphinx-autobuild = "*"
sphinx-autodoc-typehints = "*"

[requires]
python_version = "3.9"