Skip to content

Commit

Permalink
CI: Try to fix importlib issue with flake8.
Browse files Browse the repository at this point in the history
  • Loading branch information
andialbrecht committed Sep 4, 2023
1 parent baf3a0a commit 21f9fd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ sqlformat = "sqlparse.__main__:main"

[project.optional-dependencies]
dev = [
"importlib_metadata<5; python_version <= '3.7'",
"flake8",
"build",
]
Expand Down

0 comments on commit 21f9fd5

Please sign in to comment.