Skip to content

Commit

Permalink
chore: add constraints needed by craft-store and craft-archives (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau authored Dec 13, 2024
1 parent b6842c0 commit bddd6ac
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,27 @@ docs = [
constraint-dependencies = [
# Basic constraints to allow --resolution=lowest
"build>=0.7.0",
"cffi>=1.15",
"iniconfig>=1.1.0",
"httplib2>=0.20.0",
"libnacl>=2.0",
"lxml>=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",
"markdown>=3.0",
"markupsafe>=2.0",
"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 bddd6ac

Please sign in to comment.