-
Notifications
You must be signed in to change notification settings - Fork 4
/
pyproject.toml
52 lines (50 loc) · 1.88 KB
/
pyproject.toml
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
[build-system]
requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "market-creator"
version = "0.1.0"
description = ""
authors = []
readme = "README.md"
repository = "https://github.com/valory-xyz/dev-template"
keywords = [ "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.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Topic :: Communications", "Topic :: Internet", "Topic :: Scientific/Engineering", "Topic :: Software Development", "Topic :: System",]
[[tool.poetry.packages]]
include = "packages"
[tool.poetry.dependencies]
python = "^3.9"
open-autonomy = "==0.14.12"
toml = "==0.10.2"
hypothesis = "==6.21.6"
grpcio = "==1.53.0"
typing-extensions = "4.12.2"
py-ecc = "==6.0.0"
aiohttp = "<4.0.0,>=3.8.5"
asn1crypto = "<1.5.0,>=1.4.0"
open-aea-ledger-ethereum = "==1.52.0"
openai = "==1.12.0"
protobuf = "<4.25.0,>=4.21.6"
open-aea-test-autonomy = "==0.14.12"
ipfshttpclient = "==0.8.0a2"
open-aea-cli-ipfs = "==1.52.0"
requests = "==2.28.1"
pytest-asyncio = ">=0.21.0,<0.22.0"
ecdsa = ">=0.15"
open-aea-ledger-cosmos = "==1.52.0"
certifi = "*"
multidict = "*"
py-eth-sig-utils = "*"
web3 = "<7,>=6.0.0"
eth_typing = "*"
pytz = "==2022.2.1"
typing_extensions = ">=3.10.0.2"
hexbytes = "*"
packaging = "*"
tomte = {version = "==0.2.17", extras = ["cli", "tests"]}
openapi-core = "==0.15.0"
openapi-spec-validator = "<0.5.0,>=0.4.0"
flask-cors = "^5.0.0"
gql = "^3.5.0"
pydantic = "^2.9.2"
tiktoken = "^0.8.0"