mirror of
https://github.com/JHUAPL/PINE.git
synced 2026-01-09 20:47:59 -05:00
20 lines
366 B
TOML
20 lines
366 B
TOML
# (C) 2019 The Johns Hopkins University Applied Physics Laboratory LLC.
|
|
|
|
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
|
|
[dev-packages]
|
|
sphinx = "~=4.1.2"
|
|
sphinx-autoapi = "~=1.8.3"
|
|
sphinx-autodoc-typehints = "~=1.12.0"
|
|
|
|
[scripts]
|
|
doc = "make singlehtml html latexpdf LATEXMKOPTS='-silent'"
|
|
|
|
[requires]
|
|
python_version = "3.8"
|