eliot-tree: init at 19.0.1

dependencies:

* eliot: init at 1.12.0
This commit is contained in:
dpausp
2020-08-03 15:32:36 +00:00
committed by Tobias dpausp
parent f2848673ce
commit 37ee089855
5 changed files with 108 additions and 0 deletions
+2
View File
@@ -728,6 +728,8 @@ in {
diff-match-patch = callPackage ../development/python-modules/diff-match-patch { };
eliot = callPackage ../development/python-modules/eliot {};
entrance = callPackage ../development/python-modules/entrance { routerFeatures = false; };
entrance-with-router-features = callPackage ../development/python-modules/entrance { routerFeatures = true; };