Skip to content

Instantly share code, notes, and snippets.

@M-J-Murray
Last active May 3, 2022 17:27
Show Gist options
  • Save M-J-Murray/7c3d538db07413614d9ff6f04ce28b57 to your computer and use it in GitHub Desktop.
Save M-J-Murray/7c3d538db07413614d9ff6f04ce28b57 to your computer and use it in GitHub Desktop.
[tool.poetry.dependencies]
python = "3.7.7"
gdal = {platform = "windows", path = "thirdparty/GDAL-3.1.2-cp37-cp37m-win32.whl"}
fiona = {platform = "windows", path = "thirdparty/Fiona-1.8.13-cp37-cp37m-win32.whl"}
[tool.coverage.paths]
source = ["src", "*/site-packages"]
[tool.coverage.run]
branch = true
source = ["src"]
[tool.coverage.report]
show_missing = true
fail_under = 100
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment