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.

123456789101112131415161718192021
  1. [tool.poetry]
  2. name = "messenger-1million-stats"
  3. version = "0.1.0"
  4. description = ""
  5. authors = ["demisel <elias@demisel.space>"]
  6. readme = "README.md"
  7. packages = [{include = "million"}]
  8. [tool.poetry.dependencies]
  9. python = "^3.10"
  10. matplotlib = "^3.8.3"
  11. pydantic = "^2.6.1"
  12. pandas = "^2.2.0"
  13. [tool.poetry.group.test.dependencies]
  14. pytest = "^8.0.2"
  15. [build-system]
  16. requires = ["poetry-core"]
  17. build-backend = "poetry.core.masonry.api"