From 469bd5a6e20d756f90b72a852e927ec0682ff290 Mon Sep 17 00:00:00 2001 From: Ivan Ogasawara Date: Wed, 15 Nov 2023 12:45:28 -0400 Subject: [PATCH] force distlib dep --- poetry.lock | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index 4738494..e89f238 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2566,4 +2566,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<3.12" -content-hash = "dd14c1255924aaa8990fbd65376a480317d6e5b5cfae40e1dd904503076dac00" +content-hash = "31a9cbc3827117b6969a7ef3a9c5b20427411a26cefb77b2e40dbf6669e790cd" diff --git a/pyproject.toml b/pyproject.toml index b148825..ec8b610 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,6 +43,7 @@ sh = ">=2.0.0" pyyaml = ">=6" colorama = ">=0.4.6" python-dotenv = ">=0.21.1" +distlib = ">=0.3.7,<1" [tool.poetry.group.dev.dependencies] pre-commit = ">=3"