From ab96b98cc6ea408bf1821cb87f3ff4edf41ce36e Mon Sep 17 00:00:00 2001 From: Alex Lowe Date: Wed, 11 Dec 2024 18:28:53 -0500 Subject: [PATCH] chore: add constrants needed by craft-store These are likely very common constraints, so let's make it easy. Signed-off-by: Alex Lowe --- pyproject.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 1d2affc..117ba92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,18 +40,26 @@ docs = [ constraint-dependencies = [ # Basic constraints to allow --resolution=lowest "build>=0.7.0", + "cffi>=1.15", "iniconfig>=1.1.0", + "libnacl>=2.0", "lxml>=5.0", + "protobuf>=5.0", "pyparsing>=3.0.0", "pyproject-hooks>=1.0.0", "pyyaml>=5.0", "markdown>=3.0", "markupsafe>=2.0", + "pynacl>=1.5", + "pytz>=2020", "pyyaml>5.0", "regex>=2021.11.10", + "setuptools>=50", "sphinx-basic-ng>=1.0.0b1", "tornado>=4.0", + "urllib3>=2.0", "webencodings>=0.4.0", + "wheel>=0.38", ] dev-dependencies = [ "build",