Merge pull request #92147 from cdepillabout/add-kaggle

kaggle: init at 1.5.6
This commit is contained in:
Dennis Gosnell
2020-07-05 10:49:16 +09:00
committed by GitHub
3 changed files with 57 additions and 0 deletions
+2
View File
@@ -4340,6 +4340,8 @@ in {
jupyterhub-ldapauthenticator = callPackage ../development/python-modules/jupyterhub-ldapauthenticator { };
kaggle = callPackage ../development/python-modules/kaggle { };
keyring = if isPy3k then
callPackage ../development/python-modules/keyring { }
else