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

[packages]
toml = "*"
pymongo = ">=3.10.0,<4.0"
dnspython = ">=2.0.0"
mongoengine = "<0.27.0"
mongomock = "*"
web3 = ">=6.0.0,<7.0.0"
pydantic = ">=1.8.0"
python-dotenv = "*"
requests = "*"

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

[requires]
python_version = "3.9"
