Skip to content

Commit

Permalink
test: make oauthenticator be just be a test dependency (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio authored Oct 19, 2024
1 parent a999a2d commit f38a9c4
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 f38a9c4

Please sign in to comment.