Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,651 changes: 1,651 additions & 0 deletions poetry.lock

Large diffs are not rendered by default.

49 changes: 49 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
[tool.poetry]
name = "aevo-sdk"
version = "0.1.0"
description = "This repo hosts Aevo's Python SDK, which simplifies the common operations around signing and creating orders."
authors = ["Alexander Chen <alex@ribbon.finance>"]
packages = [
{ include = "aevo", from = "src" },
]

[tool.poetry.dependencies]
python = "^3.9"
aiohttp = "3.9.1"
aiosignal = "1.3.1"
attrs = "23.1.0"
bitarray = "2.8.5"
certifi = "2023.11.17"
charset-normalizer = "3.3.2"
cytoolz = "0.12.2"
eth-abi = "4.2.1"
eth-account = "0.10.0"
eth-hash = "0.5.2"
eth-keyfile = "0.7.0"
eth-keys = "0.4.0"
eth-rlp = "1.0.0"
eth-typing = "3.5.2"
eth-utils = "2.3.1"
frozenlist = "1.4.0"
hexbytes = "0.3.1"
idna = "3.6"
jsonschema = "4.20.0"
jsonschema-specifications = "2023.11.2"
loguru = "0.7.2"
lru-dict = "1.2.0"
multidict = "6.0.4"
parsimonious = "0.9.0"
protobuf = "4.25.1"
pycryptodome = "3.19.0"
pyunormalize = "15.1.0"
referencing = "0.32.0"
regex = "2023.10.3"
requests = "2.31.0"
rlp = "4.0.0"
rpds-py = "0.13.2"
toolz = "0.12.0"
typing_extensions = "4.9.0"
urllib3 = "2.1.0"
web3 = "6.12.0"
websockets = "12.0"
yarl = "1.9.3"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.