[tool.poetry] name = "opendata-nm-exporter" version = "0.1.0" description = "" authors = ["Dryusdan"] license = "GPL-3" [tool.poetry.dependencies] python = "^3.9" pendulum = "^2.1.2" SQLAlchemy = "^1.4.37" PyYAML = "^6.0" psycopg2-binary = "^2.9.3" requests = "^2.28.0" pydantic = "^1.9.1" GeoAlchemy2 = "^0.12.1" typer = "^0.4.1" [tool.poetry.dev-dependencies] black = "^22.3.0" [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api"