aevum-cli 0.7.2__tar.gz → 0.7.4__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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: aevum-cli
3
- Version: 0.7.2
3
+ Version: 0.7.4
4
4
  Summary: Aevum -- command-line interface for operating Aevum nodes.
5
5
  Project-URL: Homepage, https://aevum.build
6
6
  Project-URL: Repository, https://github.com/aevum-labs/aevum
@@ -13,7 +13,7 @@ Classifier: Typing :: Typed
13
13
  Requires-Python: >=3.11
14
14
  Requires-Dist: aevum-core
15
15
  Requires-Dist: aevum-server
16
- Requires-Dist: typer[all]>=0.12
16
+ Requires-Dist: typer>=0.12
17
17
  Requires-Dist: uvicorn[standard]>=0.30
18
18
  Provides-Extra: conform
19
19
  Requires-Dist: aevum-conformance; extra == 'conform'
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "aevum-cli"
3
- version = "0.7.2"
3
+ version = "0.7.4"
4
4
  description = "Aevum -- command-line interface for operating Aevum nodes."
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.11"
@@ -15,7 +15,7 @@ classifiers = [
15
15
  dependencies = [
16
16
  "aevum-core",
17
17
  "aevum-server",
18
- "typer[all]>=0.12",
18
+ "typer>=0.12",
19
19
  "uvicorn[standard]>=0.30",
20
20
  ]
21
21
 
@@ -12,4 +12,4 @@ Commands:
12
12
  conformance run Run the conformance suite
13
13
  """
14
14
 
15
- __version__ = "0.4.0"
15
+ __version__ = "0.7.4"
File without changes
File without changes
File without changes