daml/docs/scripts/Pipfile
Brian Healey 4a5b1732f8 Update Pipfile to python 3.7 for docs/scripts to avoid warnings (#1816)
* Update Pipfile to python 3.7

Update Pipfile to python 3.7

* Update Pipfile.lock for python37
2019-06-21 20:57:42 +00:00

16 lines
222 B
TOML

[[source]]
name = "pypi"
url = "https://pypi.python.org/simple"
verify_ssl = true
[dev-packages]
[packages]
sphinx-autobuild = "*"
sphinx = "*"
jinja2 = ">=2.10.1"
urllib3 = ">=1.24.2"
[requires]
python_version = "3.7"