File diff 2ea1af3149c2 → 8c86d58fda4b
pyproject.toml
Show inline comments
 
@@ -11,10 +11,11 @@ click = "^8.0.3"
 
rich = "^11.2.0"
 

	
 
[tool.poetry.dev-dependencies]
 
mypy = "^0.931"
 
black = "^22.1.0"
 
isort = "^5.10.1"
 
vermin = "^1.3.3"
 

	
 
[build-system]
 
requires = ["poetry-core>=1.0.0"]
 
build-backend = "poetry.core.masonry.api"