feat: add meta-auth #4
792
poetry.lock
generated
792
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -42,17 +42,17 @@ secondary = true
|
|||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.8"
|
python = "^3.8"
|
||||||
funga-eth = "^0.6.0"
|
funga-eth = "^0.6.0"
|
||||||
cic-types = "^0.2.3"
|
cic-types = "^0.2.2"
|
||||||
confini = "^0.6.0"
|
confini = "^0.6.0"
|
||||||
chainlib = "~0.3.0"
|
chainlib = "~0.1.0"
|
||||||
cbor2 = "~5.4.1"
|
cbor2 = "~5.4.1"
|
||||||
|
|
||||||
chainlib-eth = { version = "~0.3.1", optional = true }
|
chainlib-eth = { version = "~0.1.1", optional = true }
|
||||||
eth-token-index = { version = "^0.3.0", optional = true }
|
eth-token-index = { version = "^0.3.0", optional = true }
|
||||||
eth-address-index = { version = "~0.5.0", optional = true }
|
eth-address-index = { version = "~0.5.0", optional = true }
|
||||||
okota = { version = "^0.4.0", optional = true }
|
okota = { version = "^0.4.0", optional = true }
|
||||||
cic-eth-registry = { version = "^0.7.0", optional = true }
|
cic-eth-registry = { version = "^0.6.9", optional = true }
|
||||||
cic-contracts = { version = "~0.2.0", optional = true }
|
cic-contracts = { version = "~0.1.0", optional = true }
|
||||||
|
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
@ -61,8 +61,8 @@ pytest-cov = "2.10.1"
|
|||||||
python-semantic-release = "^7.25.2"
|
python-semantic-release = "^7.25.2"
|
||||||
pylint = "^2.12.2"
|
pylint = "^2.12.2"
|
||||||
black = { version = "^22.1.0", allow-prereleases = true }
|
black = { version = "^22.1.0", allow-prereleases = true }
|
||||||
eth_tester = "0.6.0b6"
|
eth_tester = "0.5.0b3"
|
||||||
py-evm = "0.5.0a3"
|
py-evm = "0.3.0a20"
|
||||||
rlp = "2.0.1"
|
rlp = "2.0.1"
|
||||||
|
|
||||||
[tool.poetry.extras]
|
[tool.poetry.extras]
|
||||||
@ -93,3 +93,4 @@ build_command = "pip install poetry && poetry build"
|
|||||||
hvcs = "gitea"
|
hvcs = "gitea"
|
||||||
hvcs_domain = "git.grassecon.net"
|
hvcs_domain = "git.grassecon.net"
|
||||||
check_build_status = false
|
check_build_status = false
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user