Skip to content

Commit 15501c7

Browse files
committed
update pyproject.toml
1 parent 8b0261e commit 15501c7

File tree

1 file changed

+16
-18
lines changed

1 file changed

+16
-18
lines changed

pyproject.toml

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,21 @@ name = "async-substrate-interface"
33
version = "1.0.0"
44
description = "Asyncio library for interacting with substrate. Mostly API-compatible with py-substrate-interface"
55
readme = "README.md"
6-
requires-python = ">=3.9,<3.13"
76
license = { file = "LICENSE" }
87
keywords = ["substrate", "development", "bittensor"]
8+
9+
dependencies = [
10+
"wheel",
11+
"asyncstdlib~=3.13.0",
12+
"bittensor-wallet>=2.1.3",
13+
"bt-decode==0.4.0",
14+
"scalecodec==1.2.11",
15+
"websockets>=14.1",
16+
"xxhash"
17+
]
18+
19+
requires-python = ">=3.9,<3.13"
20+
921
authors = [
1022
{ name = "Opentensor Foundation" },
1123
{ name = "BD Himes", email = "benhimes@opentensor.dev" }
@@ -30,26 +42,12 @@ classifiers = [
3042
"Programming Language :: Python :: 3 :: Only",
3143
]
3244

33-
dependencies = [
34-
"wheel",
35-
"asyncstdlib~=3.13.0",
36-
"bittensor-wallet>=2.1.3",
37-
"bt-decode==0.4.0",
38-
"scalecodec==1.2.11",
39-
"websockets>=14.1",
40-
"xxhash"
41-
]
42-
43-
[project.optional-dependencies]
44-
dev = ["pytest"]
45-
4645
[project.urls]
47-
"Homepage" = "https://github.com/opentensor/async-substrate-interface/"
48-
"Bug Reports" = "https://github.com/opentensor/async-substrate-interface/issues"
49-
"Source" = "https://github.com/opentensor/async-substrate-interface/"
46+
Repository = "https://github.com/opentensor/async-substrate-interface/"
5047

5148
[build-system]
5249
requires = ["setuptools"]
5350
build-backend = "setuptools.build_meta"
5451

55-
[tool.setuptools]
52+
[project.optional-dependencies]
53+
dev = ["pytest"]

0 commit comments

Comments
 (0)