[project] name = "jetlag-maps" version = "0.1.0" description = "Scriptable transit maps (Copenhagen) built from OSM + GTFS." requires-python = ">=3.12" dependencies = [ "geopandas>=1.1", "shapely>=2.0", "matplotlib>=3.9", "contextily>=1.6", "pyogrio>=0.10", "partridge>=1.1", "requests>=2.31", "pyyaml>=6.0", "adjusttext>=1.2", "rtree>=1.0", "scipy>=1.13", ] [tool.uv] package = false