python3Packages.anyio: init at 2.0.2

This commit is contained in:
Martin Weinelt
2020-10-07 02:52:55 +02:00
parent 11ce4d215d
commit 13d1db923c
2 changed files with 60 additions and 0 deletions
+2
View File
@@ -320,6 +320,8 @@ in {
antlr4-python3-runtime = callPackage ../development/python-modules/antlr4-python3-runtime { antlr4 = pkgs.antlr4; };
anyio = callPackage ../development/python-modules/anyio { };
anyjson = callPackage ../development/python-modules/anyjson { };
anytree = callPackage ../development/python-modules/anytree { inherit (pkgs) graphviz; };