Skip to content

Commit

Permalink
Merge pull request #720 from mraniki/dev
Browse files Browse the repository at this point in the history
⬆️  build(deps): update pyproject.toml
  • Loading branch information
mraniki authored Aug 18, 2024
2 parents f875d14 + 30b6cbc commit c31f7ca
Showing 1 changed file with 2 additions and 101 deletions.
103 changes: 2 additions & 101 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,9 @@ dynaconf = ">=3.2.0"
loguru = ">=0.6.0"
pycoingecko = "3.1.0"
requests = "^2.31.0"
web3 = "6.20.1"
web3 = "6.20.2"
uniswap-python = "0.7.1"
kwenta = "1.2.0"
#eth-ape = "0.7.16"
#eth-tester = "0.9.1b2"
# brownie_safe = {version="0.8.5", python = ">=3.11,<3.12"}
# eth-brownie = "1.20.1"
#web3client = "1.3.7"


[tool.poetry.group.dev.dependencies]
Expand Down Expand Up @@ -66,55 +61,14 @@ fixable = ["ALL"]
quote-style = "double"












































[tool.poetry.group.test.dependencies]
pytest = "^7.0"
pytest-cov = "^5.0.0"
pytest-asyncio = "^0.23.0"
pytest-mock = "^3.11.1"
pytest-loguru = "^0.4.0"
eth_tester = "^0.9.0b2"
# eth-tester = "^0.12.0b1"

[tool.pytest.ini_options]
pythonpath = "."
Expand All @@ -137,65 +91,12 @@ omit = [
]



[tool.bandit]
exclude_dirs = ["tests","docs"]
skips = ["B101","B104"]























































[tool.poetry.group.docs]
optional = true

Expand Down

0 comments on commit c31f7ca

Please sign in to comment.