pytube / Pipfile
nficano's picture
Strip out code coverage until I can find a working alternative to codecov.
5d2c1a4 unverified
raw
history blame
771 Bytes
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
[dev-packages]
bumpversion = "*"
twine = "*"
black = "==19.10b0"
coveralls = "*"
coverage = "*"
flake8 = "*"
flake8-breakpoint = "*"
flake8-broken-line = "*"
flake8-bugbear ="*"
flake8-builtins = "*"
flake8-comprehensions ="*"
flake8-eradicate = "*"
flake8-executable = "*"
flake8-if-expr = "*"
flake8-logging-format = "*"
flake8-mock = "*"
flake8-mutable = "*"
flake8-print = "*"
flake8-pytest = "*"
flake8-pytest-style = "*"
flake8-quotes = "*"
flake8-return = "*"
flake8-strict = "*"
flake8-string-format = "*"
mypy = "*"
pep8-naming = "*"
pre-commit = "*"
pytest = "*"
pytest-cov = "*"
pytest-mock = "*"
pytest-profiling = "*"
sphinx_rtd_theme = "*"
pipenv-to-requirements = "*"