view generate/Pipfile @ 27:b02856cbbd8e

Note: Support media download in APIs
author Lewin Bormann <lbo@spheniscida.de>
date Sat, 17 Oct 2020 20:43:04 +0200
parents d967aac4e997
children dffa0f1afda2
line wrap: on
line source

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

[dev-packages]

[packages]
requests = "*"
chevron = "*"

[requires]
python_version = "3.8"