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.
 
 
 
 

34 lines
717 B

  1. [tool.poetry]
  2. name = "kosmorro"
  3. version = "0.10.10"
  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,<0.10"
  17. termcolor = ">=1.1,<3.0"
  18. kosmorrolib = "^1.0"
  19. python-dateutil = "^2.8"
  20. Babel = "^2.9"
  21. importlib-metadata = "^4.11"
  22. [tool.poetry.dev-dependencies]
  23. black = "^22.10"
  24. pytest = "^7.2"
  25. aurornis = "^1.4"
  26. [build-system]
  27. requires = ["poetry-core>=1.0.0"]
  28. build-backend = "poetry.core.masonry.api"