orrin-cli 0.1.9.9__tar.gz → 0.2.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,10 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: orrin-cli
3
- Version: 0.1.9.9
3
+ Version: 0.2.0
4
4
  Summary: Orrin CLI
5
5
  Requires-Python: >=3.9
6
6
  Description-Content-Type: text/markdown
7
7
  License-File: LICENSE
8
+ Requires-Dist: typer[all]>=0.12.0
9
+ Requires-Dist: click<8.2
8
10
  Dynamic: license-file
9
11
 
10
12
  # Orrin CLI v0.1.9.6
@@ -1,10 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: orrin-cli
3
- Version: 0.1.9.9
3
+ Version: 0.2.0
4
4
  Summary: Orrin CLI
5
5
  Requires-Python: >=3.9
6
6
  Description-Content-Type: text/markdown
7
7
  License-File: LICENSE
8
+ Requires-Dist: typer[all]>=0.12.0
9
+ Requires-Dist: click<8.2
8
10
  Dynamic: license-file
9
11
 
10
12
  # Orrin CLI v0.1.9.6
@@ -8,4 +8,5 @@ orrin_cli.egg-info/PKG-INFO
8
8
  orrin_cli.egg-info/SOURCES.txt
9
9
  orrin_cli.egg-info/dependency_links.txt
10
10
  orrin_cli.egg-info/entry_points.txt
11
+ orrin_cli.egg-info/requires.txt
11
12
  orrin_cli.egg-info/top_level.txt
@@ -0,0 +1,2 @@
1
+ typer[all]>=0.12.0
2
+ click<8.2
@@ -1,10 +1,12 @@
1
1
  [project]
2
2
  name = "orrin-cli"
3
3
  readme = "README.md"
4
- version = "0.1.9.9"
4
+ version = "0.2.0"
5
5
  description = "Orrin CLI"
6
6
  requires-python = ">=3.9"
7
7
  dependencies = [
8
+ "typer[all]>=0.12.0",
9
+ "click<8.2"
8
10
  ]
9
11
 
10
12
  [project.scripts]
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes