Partial Revert "fix: bump deps"

This reverts commit e36ea4bcfb.
This commit is contained in:
William Luke 2022-07-04 10:27:43 +03:00
parent c3e5ee3199
commit 2a98ba3877
2 changed files with 321 additions and 486 deletions

792
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -42,17 +42,17 @@ secondary = true
[tool.poetry.dependencies]
python = "^3.8"
funga-eth = "^0.6.0"
cic-types = "^0.2.3"
cic-types = "^0.2.2"
confini = "^0.6.0"
chainlib = "~0.3.0"
chainlib = "~0.1.0"
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-address-index = { version = "~0.5.0", optional = true }
okota = { version = "^0.4.0", optional = true }
cic-eth-registry = { version = "^0.7.0", optional = true }
cic-contracts = { version = "~0.2.0", optional = true }
cic-eth-registry = { version = "^0.6.9", optional = true }
cic-contracts = { version = "~0.1.0", optional = true }
[tool.poetry.dev-dependencies]
@ -61,8 +61,8 @@ pytest-cov = "2.10.1"
python-semantic-release = "^7.25.2"
pylint = "^2.12.2"
black = { version = "^22.1.0", allow-prereleases = true }
eth_tester = "0.6.0b6"
py-evm = "0.5.0a3"
eth_tester = "0.5.0b3"
py-evm = "0.3.0a20"
rlp = "2.0.1"
[tool.poetry.extras]
@ -93,3 +93,4 @@ build_command = "pip install poetry && poetry build"
hvcs = "gitea"
hvcs_domain = "git.grassecon.net"
check_build_status = false