12 lines
265 B
Plaintext
12 lines
265 B
Plaintext
# 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
|