Skip to content

Commit

Permalink
Address code review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat committed Oct 28, 2024
1 parent 8614616 commit a625836
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
18 changes: 9 additions & 9 deletions api/pdm.lock

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

12 changes: 6 additions & 6 deletions api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies = [
"django-uuslug >=2.0.0, <3",
"djangorestframework >=3.14.0, <4",
"drf-spectacular >=0.27.1, <0.28",
"elasticsearch==8.13.0",
"elasticsearch >=8.13.0, <9",
"elasticsearch-dsl >=8.12.0, <9",
"future >=0.18.3, <0.19",
"limit >=0.2.3, <0.3",
Expand All @@ -38,7 +38,6 @@ dependencies = [
"uvicorn[standard] >=0.30, <0.31",
"openverse-attribution @ file:///${PROJECT_ROOT}/../packages/python/openverse-attribution",
"structlog-sentry>=2.1.0",
"pook==2.0.0",
]

[tool.pdm]
Expand All @@ -50,10 +49,11 @@ overrides = [
"-e openverse-attribution @ file:///${PROJECT_ROOT}/../packages/python/openverse-attribution"
]
dev = [
"ipython >=8.22.1, <9",
"pgcli >=4.1, <5",
"remote-pdb >=2.1.0, <3",
"setuptools >=75.2,<76",
"ipython >=8.22.1, <9",
"pgcli >=4.1, <5",
"remote-pdb >=2.1.0, <3",
"setuptools >=75.2,<76",
"watchfiles>=0.24.0",
]
test = [
"factory-boy >=3.3.0, <4",
Expand Down

0 comments on commit a625836

Please sign in to comment.