-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathpyproject.toml
More file actions
67 lines (63 loc) · 2.58 KB
/
pyproject.toml
File metadata and controls
67 lines (63 loc) · 2.58 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
[build-system]
requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "mech"
version = "0.1.0"
description = ""
authors = [ "8baller <8ball030@gmail.com>", "David Vilela <dvilelaf@gmail.com>", "David Minarsch <david.minarsch@googlemail.com>", "Justice Mace <justice.mace@valory.xyz>", "Ardian Abazi <ardian.abazi@valory.xyz>", "Jose Moreira Sanchez <jose.moreira.sanchez@valory.xyz>", "Adamantios Zaras <adamantios.zaras@valory.xyz>",]
readme = "README.md"
repository = "https://github.com/valory-xyz/mech"
keywords = [ "mech", "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.10,<3.15"
open-autonomy = "==0.21.12rc4"
openai = "==1.30.2"
requests = "==2.32.5"
py-multibase = "==1.0.3"
py-multicodec = "==0.2.1"
grpcio = "==1.78.0"
asn1crypto = "<1.5.0,>=1.4.0"
open-aea-ledger-ethereum = "==2.1.0rc6"
open-aea-ledger-cosmos = "==2.1.0rc6"
protobuf = ">=5,<6"
hypothesis = "==6.151.9"
open-aea-test-autonomy = "==0.21.12rc4"
web3 = "<8,>=7.0.0"
ipfshttpclient = "==0.8.0a2"
open-aea-cli-ipfs = "==2.1.0rc6"
pytest-asyncio = "==1.3.0"
aiohttp = "<4.0.0,>=3.8.5"
certifi = "==2026.2.25"
multidict = "==6.7.1"
ecdsa = ">=0.15"
eth_typing = "==5.2.1"
hexbytes = "==1.3.1"
packaging = "==26"
py-ecc = "==8.0.0"
pytz = "==2022.2.1"
typing_extensions = "<=4.15.0,>=3.10.0.2"
websocket_client = "<1,>=0.32.0"
toml = "==0.10.2"
eth-abi = "==5.2.0"
pytest = ">=8.2,<10"
eth-utils = "==5.3.0"
pycryptodome = "==3.20.0"
openapi-core = "0.22.0"
openapi-spec-validator = ">=0.7.0,<0.8.0"
multiaddr = "==0.0.9"
prometheus-client = "^0.23.1"
pebble = "==5.1.3"
PyYAML = "==6.0.1"
prometheus_client = "==0.23.1"
werkzeug = "==3.1.6"
attrs = "==25.4.0"
py-eth-sig-utils = "==0.4.0"
[tool.poetry.group.dev.dependencies]
setuptools = "^78.0.1"
[tool.poetry.group.dev.dependencies.tomte]
version = ">=0.6.1"
extras = [ "cli", "tests",]