Skip to content

Commit

Permalink
Make oauthenticator be just be a test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Oct 18, 2024
1 parent a999a2d commit c0dc13e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit c0dc13e

Please sign in to comment.