Codebase list instaloader / master Pipfile
master

Tree @master (Download .tar.gz)

Pipfile @masterraw · history · blame

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

[dev-packages]
pylint = "*"
mypy = "*"
sphinx = "*"
pyinstaller = "*"
pefile = "*"
pywin32-ctypes = "*"
psutil = "*"

[packages]
requests = "*"