Add devtools.txt

This commit is contained in:
Daniel Rojas 2021-10-19 21:44:14 +02:00 committed by Laurier Loiselle
parent 974e9a4abd
commit 585db0ebd8
No known key found for this signature in database
GPG Key ID: 345920CC72089A3F

11
devtools.txt Normal file
View File

@ -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