Skip to content

Commit

Permalink
Depend on setuptools>=74 and packaging>=24 to fix conda-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
peytondmurray committed Nov 12, 2024
1 parent 30c01e6 commit 97cdadc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conda-store-server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ dependencies = [
"flower",
"itsdangerous",
"jinja2",
"packaging>=24",
"pyjwt",
"psycopg2-binary",
"pymysql",
Expand All @@ -65,6 +66,7 @@ dependencies = [
"requests",
"pydantic >=1.10.16,<2.0a0",
"python-multipart",
"setuptools>74",
"sqlalchemy<2.0a0",
"traitlets",
"uvicorn",
Expand Down

0 comments on commit 97cdadc

Please sign in to comment.