-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
31 lines (28 loc) · 838 Bytes
/
pyproject.toml
File metadata and controls
31 lines (28 loc) · 838 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
[tool.poetry]
name = "sec_stat"
version = "0.1.0"
description = ""
authors = ["asiyaasha"]
readme = "README.md"
license = "Apache-2.0"
classifiers = [
'License :: OSI Approved :: Apache Software License',
'Natural Language :: English',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
]
package-mode = false
[tool.poetry.dependencies]
python = ">=3.10,<3.14"
open-aea-ledger-solana = "==1.65.0"
open-aea-ledger-cosmos = "==1.65.0"
open-aea-ledger-ethereum = "==1.65.0"
open-aea = "==1.65.0"
open-aea-cli-ipfs = "==1.65.0"
open-aea-test-autonomy = "==0.19.5"
open-autonomy = "==0.19.5"
autonomy-dev = {version = "==0.2.149", extras = ["all"]}
[tool.poetry.group.dev.dependencies]
[build-system]
build-backend = "poetry.core.masonry.api"
requires = ["poetry-core>=1.0.0", "setuptools"]