summaryrefslogtreecommitdiff
path: root/Pipfile
blob: d0d7eed9910d82fbeca2b27e0fa3c6765e4939e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]

[packages]
jinja2 = "*"

[requires]
python_version = "3.8"