-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
46 lines (43 loc) · 830 Bytes
/
Copy pathpyproject.toml
File metadata and controls
46 lines (43 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[build-system]
requires = ["setuptools>=69"]
build-backend = "setuptools.build_meta"
[project]
name = "tickoni-python-dev-tools"
version = "0.1.0"
description = "Python dependency manifest for Tickoni developer tooling"
requires-python = ">=3.11"
dependencies = []
[project.optional-dependencies]
dev = [
"base58>=2.1,<3",
"black>=24.0,<26",
"deepdiff>=8.0,<9",
"edn_format>=0.7,<1",
"netaddr>=1.3,<2",
"pre-commit>=3.7,<5",
"pyelftools>=0.31,<1",
"pytest>=8.0,<9",
"requests>=2.31,<3",
"websockets>=12,<16",
"zstandard>=0.23,<1",
]
protobuf = [
"grpcio-tools>=1.65,<2",
"protobuf>=5,<7",
]
mathgen = [
"galois>=0.4,<1",
"numpy>=1.26,<3",
]
sim = [
"cocotb>=1.9,<2",
"pypcap>=1.3,<2",
]
solana = [
"solders>=0.21,<1",
]
agave-cluster = [
"click>=8,<9",
]
[tool.setuptools]
py-modules = []