From 2049789d8937df48c9bca40252b3b0033d989a3f Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Tue, 22 Aug 2023 12:34:35 -0600 Subject: [PATCH] fix: Add pyaml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 9144b74..51634b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,6 +16,7 @@ dependencies = [ "requests>=2.28.2", "shapely>=2.0.1", "mkdocstrings-python>=1.3.0", + "pyaml>=21.10.1", ] requires-python = ">=3.9" readme = "README.md"