Skip to content

Commit ab75a00

Browse files
committed
Merge remote-tracking branch 'origin/main' into make-btn
2 parents ee84587 + bdd2d38 commit ab75a00

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[![Github Actions Status](https://github.com/fsspec/jupyter-projspec/workflows/Build/badge.svg)](https://github.com/fsspec/jupyter-projspec/actions/workflows/build.yml)
44
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/fsspec/jupyter-projspec/main?urlpath=lab)
5+
[![jupyter-projspec](https://marketplace.orbrx.io/api/badge/jupyter-projspec?metric=downloads&leftColor=%23555&rightColor=%23F37620&style=flat)](https://marketplace.orbrx.io/extensions/jupyter-projspec)
56

67
A JupyterLab extension that brings [projspec](https://github.com/fsspec/projspec) project introspection directly into your development workflow. See at a glance what kind of project you're working in and explore its structure, metadata, and buildable artifacts.
78

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
]
2424
dependencies = [
2525
"jupyter_server>=2.4.0,<3",
26-
"projspec"
26+
"projspec>=0.2.0,<0.3"
2727
]
2828
dynamic = ["version", "description", "authors", "urls", "keywords"]
2929

0 commit comments

Comments
 (0)