Skip to content

Commit

Permalink
⚡ build: Add version-dependent dependency specification
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilbottom committed Sep 10, 2023
1 parent 8e805d3 commit 630a3a4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10 deletions.
28 changes: 19 additions & 9 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packages = [{include = "db_query_profiler"}]
[tool.poetry.dependencies]
python = "^3.7"
tqdm = "^4"
typing-extensions = "^4"
typing-extensions = { version = "^4", python = "<3.8" }

[tool.poetry.group.dev]
optional = true
Expand Down

0 comments on commit 630a3a4

Please sign in to comment.