diff --git a/Pipfile b/Pipfile index 89cd1ce9..25b9e8f7 100644 --- a/Pipfile +++ b/Pipfile @@ -2,6 +2,7 @@ pytest = "*" mock = "*" "delegator.py" = "*" +toml = "*" Sphinx = "*" [packages] diff --git a/Pipfile.lock b/Pipfile.lock index 4bd1d41d..215e60e9 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -130,14 +130,18 @@ "version": "==0.13.1", "hash": "sha256:de454f1015958450b72641165c08afe7023cd7e3944396448f2fb1b0ccba9d77" }, - "Jinja2": { - "version": "==2.9.5", - "hash": "sha256:a7b7438120dbe76a8e735ef7eba6048eaf4e0b7dbc530e100812f8ec462a4d50" + "toml": { + "version": "==0.9.2", + "hash": "sha256:b3953bffe848ad9a6d554114d82f2dcb3e23945e90b4d9addc9956f37f336594" }, "setuptools": { "version": "==34.3.2", "hash": "sha256:6483f8412313ec787fa71379147a4605d3b1cc303c3648d02542a9160d3db72b" }, + "Jinja2": { + "version": "==2.9.5", + "hash": "sha256:a7b7438120dbe76a8e735ef7eba6048eaf4e0b7dbc530e100812f8ec462a4d50" + }, "requests": { "version": "==2.13.0", "hash": "sha256:1a720e8862a41aa22e339373b526f508ef0c8988baf48b84d3fc891a8e237efb" @@ -158,7 +162,7 @@ "python_version": "2.7" }, "hash": { - "sha256": "df21bf8200dc08c770d3005b576010f7928703b3136bcf850ecf755d38c6c78e" + "sha256": "b22d25806ebb5d3050975a015bcdf85cc363a550216e4bf16eec5a6194e99007" } } } \ No newline at end of file