pytube / Pipfile
hbmartin's picture
sphix documenation
a556533
raw
history blame
319 Bytes
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
[dev-packages]
"flake8" = "*"
pytest = "*"
mock = "*"
pytest-mock = "*"
pre-commit = "*"
pytest-cov = "*"
"pathlib2" = "*"
"scandir" = "*"
bumpversion = "*"
coveralls = "*"
sphinx_rtd_theme = "*"
[requires]
python_version = "3.5"