@@ -3,9 +3,21 @@ name = "async-substrate-interface"
33version = " 1.0.0"
44description = " Asyncio library for interacting with substrate. Mostly API-compatible with py-substrate-interface"
55readme = " README.md"
6- requires-python = " >=3.9,<3.13"
76license = { file = " LICENSE" }
87keywords = [" 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+
921authors = [
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 ]
5249requires = [" setuptools" ]
5350build-backend = " setuptools.build_meta"
5451
55- [tool .setuptools ]
52+ [project .optional-dependencies ]
53+ dev = [" pytest" ]
0 commit comments