revisit 0.0.20__tar.gz → 0.0.21__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,9 +1,10 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: revisit
3
- Version: 0.0.20
3
+ Version: 0.0.21
4
4
  Description-Content-Type: text/markdown
5
5
  Requires-Dist: anywidget
6
6
  Requires-Dist: pydantic>=2.10.5
7
+ Requires-Dist: ipykernel>=6.29.5
7
8
  Provides-Extra: dev
8
9
  Requires-Dist: watchfiles; extra == "dev"
9
10
  Requires-Dist: jupyterlab; extra == "dev"
@@ -4,10 +4,11 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "revisit"
7
- version = "0.0.20"
7
+ version = "0.0.21"
8
8
  dependencies = [
9
9
  "anywidget",
10
10
  "pydantic>=2.10.5",
11
+ "ipykernel>=6.29.5",
11
12
  ]
12
13
  readme = "README.md"
13
14
 
@@ -1,9 +1,10 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: revisit
3
- Version: 0.0.20
3
+ Version: 0.0.21
4
4
  Description-Content-Type: text/markdown
5
5
  Requires-Dist: anywidget
6
6
  Requires-Dist: pydantic>=2.10.5
7
+ Requires-Dist: ipykernel>=6.29.5
7
8
  Provides-Extra: dev
8
9
  Requires-Dist: watchfiles; extra == "dev"
9
10
  Requires-Dist: jupyterlab; extra == "dev"
@@ -1,5 +1,6 @@
1
1
  anywidget
2
2
  pydantic>=2.10.5
3
+ ipykernel>=6.29.5
3
4
 
4
5
  [dev]
5
6
  watchfiles
File without changes
File without changes
File without changes
File without changes