[tool.poetry] name = "kosmorro" version = "0.10.13" description = "A program to compute the ephemerides." authors = ["Jérôme Deuchnord "] license = "AGPL-3.0-or-later" include = [ "CHANGELOG.md", "kosmorro/locales/*/LC_MESSAGES/*.mo", "kosmorro/assets", ] [tool.poetry.scripts] kosmorro = 'kosmorro.__main__:main' [tool.poetry.dependencies] python = "^3.8" tabulate = ">=0.8,<0.10" termcolor = ">=1.1,<3.0" kosmorrolib = "^1.0" python-dateutil = "^2.8" Babel = "^2.9" importlib-metadata = ">=4.11,<8.0" [tool.poetry.dev-dependencies] black = "^23.12" pytest = "^7.4" aurornis = "^1.5" [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api"