diff --git a/Pipfile b/Pipfile index e9a08cf..b376dd6 100644 --- a/Pipfile +++ b/Pipfile @@ -9,6 +9,7 @@ black = "*" twine = "*" pre-commit = "*" typing-extensions = "*" +tomli = "*" [packages] wrapt = "*" diff --git a/Pipfile.lock b/Pipfile.lock index 9fad9b9..52c11a6 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "13cc44d5a1722ee2a8b512f255c8285ea60d545fa52ddeec3cec249df28100cb" + "sha256": "e550c40aee8a9f948523adc85424edc07219fe6e01926148534ed77837c23a74" }, "pipfile-spec": 6, "requires": {}, @@ -563,6 +563,15 @@ "markers": "python_full_version >= '3.7.0'", "version": "==13.7.1" }, + "tomli": { + "hashes": [ + "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc", + "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f" + ], + "index": "pypi", + "markers": "python_version >= '3.7'", + "version": "==2.0.1" + }, "twine": { "hashes": [ "sha256:215dbe7b4b94c2c50a7315c0275d2258399280fbb7d04182c7e55e24b5f93997",