pytube / Pipfile
hbmartin's picture
drop support for python 2 and 3.4
fcd83e1
raw
history blame
350 Bytes
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
[dev-packages]
"flake8" = "*"
pytest = "*"
mock = "*"
pytest-mock = "*"
pre-commit = "*"
"enum34" = "*"
pytest-cov = "*"
"pathlib2" = "*"
"scandir" = "*"
bumpversion = "*"
coveralls = "*"
twine = "*"
more-itertools = "==5.0.0"
[requires]
python_version = "3.7"