revisit 0.0.21__tar.gz → 0.0.22__tar.gz

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