chore: minor cleanup (#1475)

This commit is contained in:
Henry Schreiner
2023-04-18 06:06:18 -07:00
committed by GitHub
parent 063161f5af
commit 440e18c275
4 changed files with 8 additions and 20 deletions
-11
View File
@@ -27,20 +27,9 @@ extras = {
"rich>=9.6",
"packaging>=21.0",
],
"mypy": [
"mypy>=0.901",
"types-jinja2",
"types-certifi",
"types-toml",
"types-jinja2",
"types-pyyaml",
"types-click",
"types-requests",
],
}
extras["dev"] = [
*extras["mypy"],
*extras["test"],
*extras["bin"],
]