Skip to content

Commit

Permalink
chore: add constrants needed by craft-store
Browse files Browse the repository at this point in the history
These are likely very common constraints, so let's make it easy.

Signed-off-by: Alex Lowe <[email protected]>
  • Loading branch information
lengau committed Dec 11, 2024
1 parent 0ffe5a7 commit ab96b98
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ab96b98

Please sign in to comment.