Skip to content

Commit

Permalink
Adding extras for our major infrastructure and distributed task integ…
Browse files Browse the repository at this point in the history
…rations (#13310)
  • Loading branch information
chrisguidry committed May 13, 2024
1 parent 1e1368a commit d8c1403
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,18 @@
# Requirements
python_requires=">=3.8",
install_requires=install_requires,
extras_require={"dev": dev_requires, "dask": "prefect-dask"},
extras_require={
"dev": dev_requires,
# Infrastructure extras
"aws": "prefect-aws",
"azure": "prefect-azure",
"gcp": "prefect-gcp",
"docker": "prefect-docker",
"kubernetes": "prefect-kubernetes",
# Distributed task execution extras
"dask": "prefect-dask",
"ray": "prefect-ray",
},
classifiers=[
"Natural Language :: English",
"Intended Audience :: Developers",
Expand Down

0 comments on commit d8c1403

Please sign in to comment.