yukihiko-shinoda/parallel-media-downloader

View on GitHub
Pipfile

Summary

Maintainability
Test Coverage
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
aioresponses = "*"
bump2version = "*"
# Hotfix for Pipenv's Bug @see https://github.com/pypa/pipenv/issues/4101
colorama = "*"
coverage = "*"
flake8 = "*"
invoke = "*"
isort = "*"
mypy = "*"
parallelmediadownloader = {editable = true, path = "."}
pipenv-setup = "*"
pylint = "*"
pytest = "*"
pytest-asyncio = "*"
pytest-mock = "*"
pytest-resource-path = "*"
radon = "*"
xenon = "*"

[packages]
# To process downloads in parallel
aiohttp = "*"