chore: switch to taskflow
diff --git a/pyproject.toml b/pyproject.toml
index ae6e9e0..bb93ba9 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -20,6 +20,7 @@
rich = "^12.5.1"
better-exceptions = "^0.3.3"
mergedeep = "^1.3.4"
+taskflow = "^5.0.0"
[tool.poetry.group.dev.dependencies]
pytest = "^7.1.3"
@@ -45,5 +46,9 @@
"--cov-report=term-missing",
]
filterwarnings = [
- "ignore::schematics.deprecated.SchematicsDeprecationWarning"
+ "ignore::schematics.deprecated.SchematicsDeprecationWarning",
+ "ignore:The asyncore module is deprecated",
]
+
+[tool.vulture]
+paths = ["atmosphere"]