diff --git a/conda-store-server/pyproject.toml b/conda-store-server/pyproject.toml index c5c3e6093..3259151e1 100644 --- a/conda-store-server/pyproject.toml +++ b/conda-store-server/pyproject.toml @@ -43,7 +43,8 @@ dependencies = [ "itsdangerous", "jinja2", "python-multipart", - "python-docker" + "python-docker", + "platformdirs >=4.0,<5.0a0" # conda (which should not be included here) ] dynamic = ["version"]