diff --git a/devtools.txt b/devtools.txt new file mode 100644 index 0000000..5343d7a --- /dev/null +++ b/devtools.txt @@ -0,0 +1,11 @@ +# The following tools have proven useful during development +# Feel free to install while inside the WireViz virtualenv, using: +# pip install -r devtools.txt + +# Code formatting +black +isort + +# Development aids +pudb # visual python debugger +autoflake # to be tested