pull/1248/merge
Harini 2 days ago committed by GitHub
commit a01411c45a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -23,13 +23,15 @@ diagrams = "diagrams.cli:main"
Homepage = "https://diagrams.mingrammer.com" Homepage = "https://diagrams.mingrammer.com"
Repository = "https://github.com/mingrammer/diagrams" Repository = "https://github.com/mingrammer/diagrams"
[tool.poetry.group.dev.dependencies] [tool.hatch.envs.dev]
pytest = "^8.3" dependencies = [
pylint = "^3.3" "pytest>=8.3,<9",
rope = "^1.13" "pylint>=3.3,<4",
isort = "^6.0" "rope>=1.13,<2",
black = "^24.4" "isort>=6.0,<7",
pre-commit = "^4.0" "black>=24.4,<25",
"pre-commit>=4.0,<5",
]
# The wheel ships the package and the icon tree it loads at runtime, and nothing # The wheel ships the package and the icon tree it loads at runtime, and nothing
# else. `resources` is a top-level directory because diagrams.Node._load_icon # else. `resources` is a top-level directory because diagrams.Node._load_icon

Loading…
Cancel
Save