You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

33 lines
676 B

  1. [tool.poetry]
  2. name = "kosmorro"
  3. version = "0.10.9"
  4. description = "A program to compute the ephemerides."
  5. authors = ["Jérôme Deuchnord <jerome@deuchnord.fr>"]
  6. license = "AGPL-3.0-or-later"
  7. include = [
  8. "CHANGELOG.md",
  9. "kosmorro/locales/*/LC_MESSAGES/*.mo",
  10. "kosmorro/assets",
  11. ]
  12. [tool.poetry.scripts]
  13. kosmorro = 'kosmorro.__main__:main'
  14. [tool.poetry.dependencies]
  15. python = ">=3.7,<3.11"
  16. tabulate = "^0.8"
  17. termcolor = "^1.1"
  18. kosmorrolib = "^1.0"
  19. python-dateutil = "^2.8"
  20. Babel = "^2.9"
  21. [tool.poetry.dev-dependencies]
  22. black = "^21.12b0"
  23. pytest = "^7.0"
  24. aurornis = "^1.2"
  25. [build-system]
  26. requires = ["poetry-core>=1.0.0"]
  27. build-backend = "poetry.core.masonry.api"