[tool.poetry] name = "opendata-nm-exporter" version = "0.1.0" description = "" authors = ["Dryusdan"] license = "GPL-3" [tool.poetry.dependencies] python = "^3.11" SQLAlchemy = "^2.0.21" PyYAML = "^6.0.1" psycopg2-binary = "^2.9.9" requests = "^2.31.0" pydantic = "^2.4.2" GeoAlchemy2 = "^0.14.1" typer = "^0.9.0" pendulum = "^2.1.2" rich = "^13.7.1" [tool.poetry.dev-dependencies] black = "^22.3.0" [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api"