Relock dependencies to use github branch version of atxm which will soon be the new release.

pull/3532/head
derekpierre 2024-07-29 13:57:31 -04:00 committed by KPrasch
parent 463e1e2d16
commit b00bb4bfa2
No known key found for this signature in database
4 changed files with 38 additions and 10 deletions

View File

@ -8,7 +8,7 @@ asttokens==2.4.1 ; python_version >= "3.9" and python_version < "4"
async-timeout==4.0.3 ; python_version >= "3.9" and python_version < "3.11"
atomicwrites==1.4.1 ; python_version >= "3.9" and python_version < "4" and sys_platform == "win32"
attrs==23.2.0 ; python_version >= "3.9" and python_version < "4"
atxm==0.4.0 ; python_version >= "3.9" and python_version < "4"
atxm @ git+https://github.com/derekpierre/ATxM.git@b37a5fe09149877c927c52a6d558a07d2047ba7f ; python_version >= "3.9" and python_version < "4"
autobahn==23.6.2 ; python_version >= "3.9" and python_version < "4"
automat==22.10.0 ; python_version >= "3.9" and python_version < "4"
base58==1.0.3 ; python_version >= "3.9" and python_version < "4"
@ -135,6 +135,7 @@ pytest==6.2.5 ; python_version >= "3.9" and python_version < "4"
python-baseconv==1.2.2 ; python_version >= "3.9" and python_version < "4"
python-dateutil==2.9.0.post0 ; python_version >= "3.9" and python_version < "4"
python-dotenv==1.0.1 ; python_version >= "3.9" and python_version < "4"
python-statemachine==2.3.4 ; python_version >= "3.9" and python_version < "4"
pytz==2024.1 ; python_version >= "3.9" and python_version < "4"
pyunormalize==15.1.0 ; python_version >= "3.9" and python_version < "4"
pywin32==306 ; python_version >= "3.9" and python_version < "4" and platform_system == "Windows"

41
poetry.lock generated
View File

@ -233,13 +233,29 @@ tests-no-zope = ["attrs[tests-mypy]", "cloudpickle", "hypothesis", "pympler", "p
[[package]]
name = "atxm"
version = "0.4.0"
description = "Automatic Transaction Machine (ATxM) for Ethereum"
description = "Automatic Transaction Machine (ATxM) for Ethereum."
optional = false
python-versions = ">=3.9"
files = [
{file = "atxm-0.4.0-py3-none-any.whl", hash = "sha256:83ed05c25f3b9e2fec1f61e2da2311790cbda341b7a53d690e69d7db0c5f44a1"},
{file = "atxm-0.4.0.tar.gz", hash = "sha256:30ec894a6eaa42a6994adecf18e92250a4c6447320186f9fff169320dd497660"},
]
python-versions = ">=3.9,<4"
files = []
develop = false
[package.dependencies]
eth-abi = "*"
eth-account = ">=0.10.0"
eth-keys = "*"
eth-typing = "*"
eth-utils = "*"
python-statemachine = "*"
rlp = "*"
twisted = "*"
urllib3 = "*"
web3 = "^6.15.1"
[package.source]
type = "git"
url = "https://github.com/derekpierre/ATxM.git"
reference = "memoize-fix"
resolved_reference = "b37a5fe09149877c927c52a6d558a07d2047ba7f"
[[package]]
name = "autobahn"
@ -3593,6 +3609,17 @@ files = [
[package.extras]
cli = ["click (>=5.0)"]
[[package]]
name = "python-statemachine"
version = "2.3.4"
description = "Python Finite State Machines made easy."
optional = false
python-versions = ">=3.7"
files = [
{file = "python_statemachine-2.3.4-py3-none-any.whl", hash = "sha256:c892b66f1248af80854ec3ff4186399625693a79e205e3ca33dffee0c058c963"},
{file = "python_statemachine-2.3.4.tar.gz", hash = "sha256:f5a061a5f0abef0977a2679bf7aefecbe4d87a57ac5839e97c8f30b2d6a9f3ae"},
]
[[package]]
name = "pytz"
version = "2024.1"
@ -4975,4 +5002,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<4"
content-hash = "d034e80d0254d189fce3b642d8d43e3cfd60fb6a7343d45caab6f6f6d4102b52"
content-hash = "8939e39ea7bd13cc627c9b6a1ca9908c6ae0ac463cd13149ce652d1c9baf7c2d"

View File

@ -12,7 +12,7 @@ pynacl = ">=1.4.0"
mnemonic = "*"
pyopenssl = "*"
web3 = '^6.15.1'
atxm = "^0.4.0"
atxm = { git = "https://github.com/derekpierre/ATxM.git", branch = "memoize-fix" }
flask = "*"
hendrix = "*"
requests = "*"

View File

@ -5,7 +5,7 @@ annotated-types==0.7.0 ; python_version >= "3.9" and python_version < "4.0"
appdirs==1.4.4 ; python_version >= "3.9" and python_version < "4"
async-timeout==4.0.3 ; python_version >= "3.9" and python_version < "3.11"
attrs==23.2.0 ; python_version >= "3.9" and python_version < "4"
atxm==0.4.0 ; python_version >= "3.9" and python_version < "4"
atxm @ git+https://github.com/derekpierre/ATxM.git@b37a5fe09149877c927c52a6d558a07d2047ba7f ; python_version >= "3.9" and python_version < "4"
autobahn==23.6.2 ; python_version >= "3.9" and python_version < "4"
automat==22.10.0 ; python_version >= "3.9" and python_version < "4"
bitarray==2.9.2 ; python_version >= "3.9" and python_version < "4"