forked from novasamatech/nova-utils
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
34 lines (31 loc) · 794 Bytes
/
pyproject.toml
File metadata and controls
34 lines (31 loc) · 794 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
[tool.poetry]
name = "nova-utils"
version = "1.0.0"
description = "Config project for Nova Wallet"
authors = ["Your Name <you@example.com>"]
license = "apache 2.0"
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
eth_typing = ">=2.3.0,<3.0.0"
packaging = ">=23.2"
python = ">=3.10,<3.11"
allure-pytest = "2.12.0"
allure-python-commons = "2.12.0"
delayed_assert = "0.3.6"
deepdiff = "6.2.1"
Jinja2 = "3.1.2"
pytablewriter = "0.64.2"
pytest = "7.2.0"
pytest-xdist = "3.0.2"
pytest-rerunfailures = "10.3"
substrate-interface = "1.7.4"
web3 = ">=5.31.1,<6.0.0"
flake8 = "^6.1.0"
func-timeout = "^4.3.5"
typing-extensions = "^4.9.0"
[tool.poetry.group.dev.dependencies]
pre-commit = "^3.3.3"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"