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.
 
 
 
 
 

28 lines
613 B

  1. [tool.poetry]
  2. name = "diagrams"
  3. version = "0.23.1"
  4. description = "Diagram as Code"
  5. license = "MIT"
  6. authors = ["mingrammer <mingrammer@gmail.com>"]
  7. readme = "README.md"
  8. homepage = "https://diagrams.mingrammer.com"
  9. repository = "https://github.com/mingrammer/diagrams"
  10. include = ["resources/**/*"]
  11. [tool.poetry.dependencies]
  12. python = "^3.7"
  13. graphviz = ">=0.13.2,<0.20.0"
  14. jinja2 = ">=2.10,<4.0"
  15. contextvars = { version = "^2.4", python = "~3.6" }
  16. typed-ast = "^1.5.4"
  17. black = "^22.10.0"
  18. [tool.poetry.dev-dependencies]
  19. pytest = "^7.0"
  20. pylint = "^2.7"
  21. rope = "^0.14.0"
  22. isort = "^4.3"
  23. [tool.black]
  24. line-length = 120