From f38a9c45c67f64d71f381ea92e8913125fe3d101 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Sat, 19 Oct 2024 10:24:50 +0200 Subject: [PATCH] test: make oauthenticator be just be a test dependency (#35) --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5ef6d99..cb6a5d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,12 +24,11 @@ classifiers = [ ] dependencies = [ "jupyterhub", - "oauthenticator", "importlib_metadata>=4.6; python_version < '3.10'", ] [project.optional-dependencies] -test = ["pytest", "pytest-cov", "pytest-asyncio"] +test = ["pytest", "pytest-cov", "pytest-asyncio", "oauthenticator"] dev = ["pre-commit", "jupyterhub-multiauthenticator[test]"] [project.entry-points."jupyterhub.authenticators"]