diff --git a/requirements_dev.txt b/requirements_dev.txt new file mode 100644 index 00000000..07c80a1e --- /dev/null +++ b/requirements_dev.txt @@ -0,0 +1,17 @@ +vulture +flake8==7.* +flake8-blind-except +flake8-bugbear +flake8-builtins +flake8-cognitive-complexity +flake8-comprehensions +flake8-docstrings +flake8-eradicate +flake8-import-order +flake8-mutable +flake8-polyfill +flake8-print + +pytest +pytest-asyncio +pytest-repeat \ No newline at end of file diff --git a/requirements_doc.txt b/requirements_doc.txt new file mode 100644 index 00000000..76386171 --- /dev/null +++ b/requirements_doc.txt @@ -0,0 +1,4 @@ +sphinx +sphinx-autodocgen +furo +sphinx-copybutton \ No newline at end of file