Skip to content

Commit

Permalink
add setuptools as dep (#7576)
Browse files Browse the repository at this point in the history
  • Loading branch information
smackesey committed Apr 26, 2022
1 parent bb87a40 commit 6e12f83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python_modules/dagster/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ def get_version() -> str:
"pytz",
"requests",
"rx>=1.6,<2", # https://github.com/dagster-io/dagster/issues/4089
"setuptools",
"tabulate",
"tqdm",
"typing_compat",
Expand Down

0 comments on commit 6e12f83

Please sign in to comment.