Skip to content

Commit

Permalink
fix pyproject.toml dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
popenta committed Oct 31, 2023
1 parent 99ed259 commit ce00d1e
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,18 @@ classifiers = [
"Intended Audience :: Developers"
]

[dependencies]
toml = ">=0.10.2"
requests = "*"
prettytable = "*"
ledgercomm = { version = "*", extras = ["hid"] }
semver = "*"
requests-cache = "*"
rich = "13.3.4"
multiversx-sdk-network-providers = ">=0.11.0"
multiversx-sdk-wallet = ">=0.7.0, <0.8.0"
multiversx-sdk-core = ">=0.5.0"
dependencies = [
"toml>=0.10.2",
"requests",
"prettytable",
"ledgercomm[hid]",
"semver",
"requests-cache",
"rich==13.3.4",
"multiversx-sdk-network-providers>=0.11.0",
"multiversx-sdk-wallet>=0.7.0, <0.8.0",
"multiversx-sdk-core>=0.5.0"
]

[tool.hatch.build]
include = [
Expand Down

0 comments on commit ce00d1e

Please sign in to comment.