Skip to content

Commit

Permalink
Add setuptools and typing-extensions as deps
Browse files Browse the repository at this point in the history
`test_tracing` was broken in CI, because it used a new version of
setuptools, but a too old version of typing-extensions
  • Loading branch information
gruberma committed Sep 22, 2024
1 parent e08f09c commit 1565d15
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 6 deletions.
32 changes: 26 additions & 6 deletions poetry.lock

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

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ PyYAML = "^6.0"
tqdm = "^4.64.0"
bs4 = "^0.0.1"
numpy = "^1.20"
setuptools = "^75.1.0"
typing-extensions = "^4.12.2"

[tool.poetry.dev-dependencies]
flake8 = "^3.7"
Expand Down

0 comments on commit 1565d15

Please sign in to comment.