pythonPackages.quamash: init at 0.6.1

This commit is contained in:
Boris Babic
2019-01-06 03:29:14 +01:00
committed by worldofpeace
parent 4bf34f16d8
commit dd8b87d7b6
2 changed files with 32 additions and 0 deletions

View File

@@ -3919,6 +3919,8 @@ in {
retry_decorator = callPackage ../development/python-modules/retry_decorator { };
quamash = callPackage ../development/python-modules/quamash { };
quandl = callPackage ../development/python-modules/quandl { };
# alias for an older package which did not support Python 3
Quandl = callPackage ../development/python-modules/quandl { };