@@ -3,9 +3,21 @@ name = "async-substrate-interface"
3
3
version = " 1.0.0"
4
4
description = " Asyncio library for interacting with substrate. Mostly API-compatible with py-substrate-interface"
5
5
readme = " README.md"
6
- requires-python = " >=3.9,<3.13"
7
6
license = { file = " LICENSE" }
8
7
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
+
9
21
authors = [
10
22
{ name = " Opentensor Foundation" },
11
23
{ name = " BD Himes" , email = " benhimes@opentensor.dev" }
@@ -30,26 +42,12 @@ classifiers = [
30
42
" Programming Language :: Python :: 3 :: Only" ,
31
43
]
32
44
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
-
46
45
[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/"
50
47
51
48
[build-system ]
52
49
requires = [" setuptools" ]
53
50
build-backend = " setuptools.build_meta"
54
51
55
- [tool .setuptools ]
52
+ [project .optional-dependencies ]
53
+ dev = [" pytest" ]
0 commit comments