Skip to content

Commit

Permalink
Remove changes in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
franciszekjob committed Jan 8, 2025
1 parent f497dc9 commit a87423a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[project]
[tool.poetry]
name = "starknet-py"
version = "0.24.3"
description = "A python SDK for Starknet"
Expand Down Expand Up @@ -32,7 +32,7 @@ eth-keyfile = "^0.8.1"
ledgerwallet = { version = "^0.5.0", optional = true }
bip-utils = { version = "^2.9.3", optional = true }

[project.optional-dependencies]
[tool.poetry.extras]
docs = ["sphinx", "enum-tools", "furo"]
ledger = ["ledgerwallet", "bip-utils"]

Expand Down

0 comments on commit a87423a

Please sign in to comment.