[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
toml = "*"
pymongo = ">=3.10.0,<4.0"
dnspython = ">=2.0.0"
mongoengine = "*"
mongomock = "*"
web3 = "==5.26.0"
eth-account = "==0.5.6"
eth-utils = "==1.10.0"
eth-rlp = "==0.2.1"
pydantic = ">=1.8.0"
python-dotenv = "*"
requests-cache = "!=0.9.5"

[dev-packages]
black = "*"
pytest = ">=6.0.0"
pytest-cov ="*"
pytest-mock ="*"
pre-commit = "*"

[requires]
python_version = "3.9"
