Skip to content

Instantly share code, notes, and snippets.

@Aviksaikat
Created August 20, 2023 00:38
Show Gist options
  • Save Aviksaikat/213adc861410e8b0e5136dc5439bdb35 to your computer and use it in GitHub Desktop.
Save Aviksaikat/213adc861410e8b0e5136dc5439bdb35 to your computer and use it in GitHub Desktop.
poetry config
[tool.poetry]
name = "Flash_loan_arbritage"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
readme = "README.md"
packages = [{include = "Flash_loan_arbritage"}]
[tool.poetry.dependencies]
python = ">=3.10,<3.11"
eth-ape = "*"
ape-alchemy = "^0.6.2"
ape-solidity= "^0.6.7"
ape-foundry = "^0.6.14"
ape-etherscan = "*"
# plugin = "*" # get the latest one
uniswap-python = "^0.7.0"
colorama = "^0.4.6"
tqdm = "^4.66.1"
loguru = "^0.7.0"
#multicall = "*" # break other web libraries
pathos = "^0.3.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment