samgis / Pipfile
aletrn's picture
[feat] add markdown support in sphinx
9dc65a8
raw
history blame
511 Bytes
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
sphinx = "*"
sphinx-autodoc-typehints = "*"
myst-parser = "*"
[dev-packages]
aws-lambda-powertools = "*"
awslambdaric = "*"
bson = "*"
geopandas = "*"
jmespath = "*"
matplotlib = "*"
numpy = "*"
onnxruntime = "*"
opencv-python-headless = "*"
pillow = "*"
pydantic = ">=2.0.3"
python-dotenv = "*"
rasterio = "*"
requests = "*"
pytest = "*"
pytest-cov = "*"
[requires]
python_version = "3.11"
python_full_version = "3.11.6"