5 Commits

Author SHA1 Message Date
Daniel Rojas
71a1c52e22 Remove . from requirements.txt
Closes #172.
2021-03-20 14:20:10 +01:00
kvid
4782da47c9
Add optional image to connectors and cables (#153)
This image, with an optional caption below, is displayed in the lower 
section of the connector/cable node in the diagram - just above the 
notes if present.

This solves the basic part of issue #27, and is a continuation of 
PR #137 that was closed due to changes in the base branch.
2020-10-14 16:08:16 +02:00
Andrew Katz
318b6c68cc Update readme and requirements 2020-07-19 19:03:07 +02:00
Greg Stein
8b067e5873
Update requirements.txt (#58)
Include graphviz and pyyaml in requirements.txt
(the graphviz/dot commands are needed at the OS level, but that can't be fixed here)

Co-authored-by: Daniel Rojas <github@danielrojas.net>
2020-07-04 16:52:15 +02:00
Andreas Nordin
5514fd4244 refactor dependencies and installation
There are hard copies of the graphviz and pyyaml dependencies included
in the repo. Remove these.

Sort out installation and dependency handling by writing a functional
setup.py script. Rename top level documentation. Refactor wireviz.py
slightly to allow it to run as an installed script.

# Conflicts:
#	src/batch.py
#	src/wireviz/batch.py
#	src/wireviz/build_examples.py
2020-06-28 10:46:24 +02:00