pytube / Pipfile
nficano's picture
fixing travis for python 2.7 build
0257cd3
raw
history blame
341 Bytes
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
"flake8" = "*"
"enum34" = "*"
[dev-packages]
bumpversion = "*"
coveralls = "*"
"flake8" = "*"
mock = "*"
pre-commit = "*"
pytest = "*"
pytest-cov = "*"
pytest-mock = "*"
sphinx = "*"
sphinx-rtd-theme = "*"
configparser = "*"
"urllib3" = "*"