5 , google-api-python-client
15 buildPythonPackage rec {
16 pname = "oauthenticator";
18 disabled = pythonOlder "3.6";
21 inherit pname version;
22 sha256 = "5202adcd96ddbbccbc267da02f2d14e977300c81291aaa77be4fd9f2e27cfa37";
25 propagatedBuildInputs = [
29 pytestFlagsArray = [ "oauthenticator/tests" ];
32 google-api-python-client
42 description = "Authenticate JupyterHub users with common OAuth providers, including GitHub, Bitbucket, and more.";
43 homepage = "https://github.com/jupyterhub/oauthenticator";
44 license = licenses.bsd3;
45 maintainers = with maintainers; [ ixxie ];