Skip to content

Commit

Permalink
Add inflection 0.5.1
Browse files Browse the repository at this point in the history
A dependency on encode/django-rest-framework#8017 and later
made less obtrusive by encode/django-rest-framework#8781, but
it did not eliminate it. Any usage of the schema generator
must be done in an environment that includes this package.
  • Loading branch information
cweider committed Aug 23, 2023
1 parent 7017cd2 commit 62140d8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
13 changes: 12 additions & 1 deletion poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ psycopg2 = "^2.9.6"
juriscraper = "^2.5.51"
httpx = {extras = ["http2"], version = "^0.24.1"}
django-model-utils = "^4.3.1"
inflection = "^0.5.1" # necessary for DRF schema generation


[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 62140d8

Please sign in to comment.