Skip to content

Commit

Permalink
Merge pull request #572 from mraniki/dev
Browse files Browse the repository at this point in the history
⬆️ 🤖 - You look like a million dollars  All green and wrinkled
  • Loading branch information
mraniki authored Feb 11, 2024
2 parents 0ce2266 + cbda811 commit 747548a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 77 deletions.
2 changes: 1 addition & 1 deletion dxsp/protocols/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
from dxsp.protocols.uniswap import DexUniswap
from dxsp.protocols.zerox import DexZeroX

__all__ = ["DexUniswap", "DexZeroX", "DexKwenta", "DexEVM"]
__all__ = ["DexUniswap", "DexZeroX", "DexKwenta"]
72 changes: 0 additions & 72 deletions dxsp/protocols/evm.py

This file was deleted.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ dynaconf = ">=3.2.0"
loguru = ">=0.6.0"
pycoingecko = "3.1.0"
requests = "^2.31.0"
web3 = "6.15.0"
eth-tester = "0.9.1b1"
web3 = "6.15.1"
uniswap-python = "0.7.1"
kwenta = "1.2.0"
web3client = "1.3.7"
#eth-tester = "0.10.0b2"
#web3client = "1.3.7"
#eth-brownie = "1.19.3"
eth-ape = "0.7.7"
#eth-ape = "0.7.7"

[tool.poetry.group.dev.dependencies]
python-semantic-release = ">=8.0.8"
Expand Down

0 comments on commit 747548a

Please sign in to comment.