diff --git a/pyproject.toml b/pyproject.toml index 8aa05c443476580026ab2d9a39bd34a4d4d4bd89..da5a0699e36906116044a70530f7fbd64e19d1ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,7 @@ dependencies = [ "watchfiles >= 0.20.0", "python-dotenv >= 1.0.0", "quickmq >= 1.1.0", + "importlib-resources; python_version < '3.9'", "typing-extensions", ] requires-python = ">=3.8" diff --git a/requirements.txt b/requirements.txt index 61348795372c2ec412cd5d490564ae64c15e62ef..2553c2a9b61382cd5c01a233e1edefd8ea1cc634 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,4 @@ watchfiles >= 0.20.0 python-dotenv >= 1.0.0 quickmq >= 1.1.0 typing-extensions +importlib_resoureces; python_version < '3.9'