Merge pull request #91417 from elohmeier/octoprint-werkzeug

This commit is contained in:
Gabriel Ebner
2020-06-26 13:07:29 +02:00
committed by GitHub
5 changed files with 56 additions and 21 deletions
+2
View File
@@ -6066,6 +6066,8 @@ in {
tqdm = callPackage ../development/python-modules/tqdm { };
trytond = callPackage ../development/python-modules/trytond { };
smmap = callPackage ../development/python-modules/smmap { };
smmap2 = throw "smmap2 has been deprecated, use smmap instead."; # added 2020-03-14