-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathpyproject.toml
More file actions
99 lines (96 loc) · 2.67 KB
/
pyproject.toml
File metadata and controls
99 lines (96 loc) · 2.67 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "trader"
version = "0.1.0"
description = ""
authors = [
"David Minarsch <david.minarsch@googlemail.com>",
"Jose Moreira Sanchez <jose.moreira.sanchez@valory.xyz>",
"Adamantios Zaras <adamantios.zaras@valory.xyz>",
]
readme = "README.md"
repository = "https://github.com/valory-xyz/trader"
keywords = [
"trader",
"autonomy",
"autonomous",
"autonolas",
"service",
"multi",
"agent",
]
classifiers = [
"Environment :: Console",
"Environment :: Web Environment",
"Development Status :: 2 - Pre-Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Natural Language :: English",
"Operating System :: MacOS",
"Operating System :: Microsoft",
"Operating System :: Unix",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Topic :: Communications",
"Topic :: Internet",
"Topic :: Scientific/Engineering",
"Topic :: Software Development",
"Topic :: System",
]
[[tool.poetry.packages]]
include = "packages"
[tool.poetry.dependencies]
python = "<3.15,>=3.10"
open-autonomy = "==0.21.14"
requests = "<2.33.0,>=2.28.1"
py-multibase = "==1.0.3"
py-multicodec = "==0.2.1"
py-eth-sig-utils = "*"
grpcio = "==1.78.0"
asn1crypto = "<1.5.0,>=1.4.0"
open-aea-ledger-ethereum = "==2.1.0"
open-aea-ledger-cosmos = "==2.1.0"
protobuf = "<6,>=5"
hypothesis = "==6.21.6"
open-aea-test-autonomy = "==0.21.14"
web3 = "<8,>=7.0.0"
ipfshttpclient = "==0.8.0a2"
open-aea-cli-ipfs = "==2.1.0"
aiohttp = "<4.0.0,>=3.8.5"
certifi = "*"
multidict = "*"
ecdsa = ">=0.15"
eth_typing = "*"
hexbytes = "==1.3.0"
packaging = "*"
pytz = "==2022.2.1"
typing_extensions = "<=4.15.0,>=3.10.0.2"
websocket_client = "<1,>=0.32.0"
toml = "==0.10.2"
pytest-asyncio = "*"
eth-utils = "==5.3.0"
eth-abi = "==5.2.0"
pycryptodome = "==3.20.0"
pytest = "==8.4.2"
jsonschema = "<5.0.0,>=4.23.0"
openapi-core = "==0.22.0"
openapi-spec-validator = "<0.8.0,>=0.7.0"
pyinstaller = "==6.19.0"
google-generativeai = "==0.8.2"
w3multicall = ">=0.3.1"
pydantic = "<3,>=2.11.9"
multiaddr = "==0.0.9"
httpx = "<1,>=0.23.0"
py-clob-client = "==0.34.5"
py-builder-relayer-client = "==0.0.1"
py-builder-signing-sdk = { git = "https://github.com/LOCKhart07/py-builder-signing-sdk.git", rev = "487579780479676d20867ead63db968bf460ea38" }
filelock = ">=3.20.1"
setuptools = "<=81.0.0"
[tool.poetry.dependencies.tomte]
version = "==0.6.2"
extras = ["cli", "tests"]