Skip to content

Commit

Permalink
packaging was not needed nor was setuptools and packaging was causing…
Browse files Browse the repository at this point in the history
… a whl error
  • Loading branch information
bahill committed Nov 8, 2024
1 parent f834164 commit c4da65e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion orchestration/poetry.lock

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

3 changes: 0 additions & 3 deletions orchestration/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ typing-extensions = "^3.7.4"
# will have to update dagit which means updating broad-dagster-utils - FE-36
# NB - werkzeug goes away if we get rid of dagster-utils
aiohttp = "3.9.4"
# >> Installed to fix https://github.com/pypa/setuptools/issues/4483
packaging = "^24.0"
setuptools = "^70.0.0"

[tool.poetry.dev-dependencies]
# NB this notation is not preferred after poetry 1.2.0 https://python-poetry.org/docs/master/managing-dependencies/
Expand Down

0 comments on commit c4da65e

Please sign in to comment.