view generate/Pipfile @ 34:9e8c954489f0

Enable sharing of Authenticators.
author Lewin Bormann <lbo@spheniscida.de>
date Sun, 18 Oct 2020 23:47:29 +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"