Skip to content

Commit

Permalink
Install setuptools needed by pgcli (#4191)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb authored Apr 24, 2024
1 parent 975d42a commit 96f56d7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
13 changes: 12 additions & 1 deletion api/pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies = [
"python-xmp-toolkit >=2.0.2, <3",
"sentry-sdk >=1.40.6, <2",
"uvicorn[standard] >=0.27.1, <0.28",
"openverse-attribution @ file:///${PROJECT_ROOT}/../packages/python/openverse-attribution"
"openverse-attribution @ file:///${PROJECT_ROOT}/../packages/python/openverse-attribution",
]

[tool.pdm]
Expand All @@ -51,6 +51,7 @@ dev = [
"ipython >=8.22.1, <9",
"pgcli >=3.5.0, <4",
"remote-pdb >=2.1.0, <3",
"setuptools >=69.5.1,<70",
]
test = [
"factory-boy >=3.3.0, <4",
Expand Down

0 comments on commit 96f56d7

Please sign in to comment.