[[source]] name = "pypi" url = "https://pypi.org/simple" verify_ssl = true [pipenv] allow_prereleases = true [scripts] install-ci-deps = "pipenv install --dev --skip-lock black pydocstyle flake8 pylint mypy pytest" [dev-packages] notebook = "*" black = "*" pytest = "*" pylint = "*" mypy = "*" pydocstyle = "*" flake8 = "*" isort = "*" rope = "*" pytest-cov = "*" twine = "*" setuptools = "*" sphinx = "*" sphinxemoji = "*" pytest-asyncio = "*" types-requests = "*" [packages] solana = {version = ">=0.27.0"} construct = "*" flake8 = "*" construct-typing = "*" [requires] python_version = "3.7"