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

[dev-packages]
elgato = {editable = true, path = "."}
flake8 = ">=3.8"
flake8-black = "==0.2.1"
flake8-bugbear = ">=20.1"
flake8-docstrings = ">=1.5"
flake8-quotes = ">=3.2"
flake8-builtins = ">=1.5"
flake8-comprehensions = ">=3.2"
flake8-eradicate = "==0.4.0"
flake8-mutable = ">=1.2"
black = ">=20.8b1"
pep8-naming = "0.11.1"
mypy = "==0.782"

[packages]
leglight = "==0.2.0"

[requires]
python_version = "3.8"

[pipenv]
allow_prereleases = true

[scripts]
format = "black ."
lint = "flake8"
typecheck = "mypy -p elgato --disallow-untyped-defs"
