Skip to content

Commit

Permalink
Merge pull request #234 from davidbrochart/pinning
Browse files Browse the repository at this point in the history
Fix plugin pinning
  • Loading branch information
davidbrochart authored Sep 22, 2022
2 parents 2fc288d + b9a81cb commit 213cc30
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "jupyverse"
description = "A set of FPS plugins implementing a Jupyter server"
keywords = [ "jupyter", "server", "fastapi", "pluggy", "plugins",]
requires-python = ">=3.7"
dependencies = [ "fastapi >=0.82.0", "fps >=0.0.19", "fps-uvicorn >=0.0.19", "fps-auth-base ==0.0.41", "fps-contents ==0.0.41", "fps-kernels ==0.0.41", "fps-terminals ==0.0.41", "fps-nbconvert ==0.0.41", "fps-yjs ==0.0.41",]
dependencies = [ "fastapi >=0.82.0", "fps >=0.0.19", "fps-uvicorn >=0.0.19", "fps-auth-base >=0.0.42", "fps-contents >=0.0.42", "fps-kernels >=0.0.42", "fps-terminals >=0.0.42", "fps-nbconvert >=0.0.42", "fps-yjs >=0.0.42",]
dynamic = [ "version",]

[[project.authors]]
Expand All @@ -25,10 +25,10 @@ text = "BSD 3-Clause License"
Homepage = "https://jupyter.org"

[project.optional-dependencies]
jupyterlab = [ "fps-jupyterlab ==0.0.41",]
retrolab = [ "fps-retrolab ==0.0.41",]
auth = [ "fps-auth ==0.0.41",]
auth-fief = [ "fps-auth-fief ==0.0.41",]
jupyterlab = [ "fps-jupyterlab >=0.0.42",]
retrolab = [ "fps-retrolab >=0.0.42",]
auth = [ "fps-auth >=0.0.42",]
auth-fief = [ "fps-auth-fief >=0.0.42",]
test = [ "mypy", "types-setuptools", "pytest", "pytest-asyncio", "pytest-env", "requests", "websockets", "ipykernel",]
docs = [ "mkdocs", "mkdocs-material",]

Expand Down

0 comments on commit 213cc30

Please sign in to comment.