Skip to content

Commit

Permalink
Merge pull request #3 from zeroXbrock/dx-improvements
Browse files Browse the repository at this point in the history
dx improvements
  • Loading branch information
ZigaMr authored Oct 2, 2023
2 parents c4c7482 + 360ada5 commit d5c062e
Show file tree
Hide file tree
Showing 6 changed files with 1,997 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dist
.vscode
**/__pycache__
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.10
Binary file removed dist/mev-share-py-0.1.1.tar.gz
Binary file not shown.
Binary file removed dist/mev_share_py-0.1.1-py3-none-any.whl
Binary file not shown.
1,988 changes: 1,988 additions & 0 deletions poetry.lock

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,15 @@ asyncio = "^3.4.3"
requests = "^2.31.0"
eth-account = "^0.9.0"
aiohttp-sse-client = "^0.2.1"
pylint = "^2.17.5"
black = "^23.7.0"
rlp = "^3.0.0"

[tool.poetry.dev-dependencies]

[tool.poetry.group.dev.dependencies]
pylint = "^3.0.0"
black = "^23.9.1"
aiounittest = "^1.4.2"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit d5c062e

Please sign in to comment.