Skip to content

Commit

Permalink
Add explicit dependency on sqlparse
Browse files Browse the repository at this point in the history
  • Loading branch information
ljodal committed Jun 29, 2023
1 parent a174d4e commit cff70c1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 34 deletions.
44 changes: 10 additions & 34 deletions 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 @@ -11,6 +11,7 @@ packages = [
[tool.poetry.dependencies]
python = "^3.9"
Django = {version = ">=3.2", optional = true }
sqlparse = ">=0.3.1"

[tool.poetry.extras]
django = ["Django"]
Expand Down

0 comments on commit cff70c1

Please sign in to comment.