From fe91782bdc53d3aa5cdd823df30b9ff65e8f8c31 Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Mon, 11 Sep 2023 17:32:54 +0700 Subject: [PATCH] fix: add osm-rawdata dependency --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index e8cfd9c3..18200ba0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,6 +28,7 @@ dependencies = [ "psycopg2>=2.9.7", "py-cpuinfo>=9.0.0", "requests>=2.31.0", + "osm-rawdata>=0.1.0", ] requires-python = ">=3.10" readme = "README.md"