diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2020-08-08 14:48:10 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2020-08-08 14:48:10 +0200 |
commit | 2ccbf8b690c4ea052ec3388bfabeb4b6943a74db (patch) | |
tree | 1be225f631fa600592f0ffcf957a95cabd79bf8a /Pipfile | |
parent | af0515ac909db46ec1fedc8f3cf9d884ff21ce31 (diff) |
Basic output control: summary, latex and json
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -0,0 +1,12 @@ +[[source]] +name = "pypi" +url = "https://pypi.org/simple" +verify_ssl = true + +[dev-packages] + +[packages] +jinja2 = "*" + +[requires] +python_version = "3.8" |