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"]