mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
644561fe23
* Bump jinja2 from 2.11.2 to 2.11.3 in /docs/scripts Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.2 to 2.11.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/master/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/2.11.2...2.11.3) Signed-off-by: dependabot[bot] <support@github.com> * bump lower bound changelog_begin changelog_end Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org>
17 lines
259 B
TOML
17 lines
259 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.python.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
|
|
[packages]
|
|
sphinx-autobuild = "*"
|
|
sphinx-copybutton = "==0.2.12"
|
|
sphinx = "==1.8.3"
|
|
jinja2 = ">=2.11.3"
|
|
urllib3 = ">=1.24.2"
|
|
|
|
[requires]
|
|
python_version = "3.7"
|