Skip to content

Commit

Permalink
chore: add constraints needed by craft-archives
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Dec 12, 2024
1 parent ab96b98 commit 8630dc6
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,18 @@ constraint-dependencies = [
"build>=0.7.0",
"cffi>=1.15",
"iniconfig>=1.1.0",
"httplib2>=0.20.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",
"oauthlib>=3.0.0",
"protobuf>=5.0",
"pynacl>=1.5",
"pyparsing>=3.0.0",
"pyproject-hooks>=1.0.0",
"pytz>=2020",
"pyyaml>5.0",
"pyyaml>=5.0",
"regex>=2021.11.10",
"setuptools>=50",
"sphinx-basic-ng>=1.0.0b1",
Expand Down

0 comments on commit 8630dc6

Please sign in to comment.