pytube / Pipfile
hbmartin's picture
adds flake8 checker plugins
874c2da
raw
history blame
450 Bytes
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
typing_extensions = "*"
[dev-packages]
"flake8" = "*"
pytest = "*"
pytest-mock = "*"
pre-commit = "*"
pytest-cov = "*"
coveralls = "*"
sphinx_rtd_theme = "*"
mypy = "*"
black = "==19.10b0"
codecov = "*"
flake8-bugbear ="*"
flake8-comprehensions ="*"
flake8-eradicate = "*"
flake8-broken-line = "*"
pep8-naming = "*"
flake8-string-format = "*"
flake8-quotes = "*"