Skip to content

Commit

Permalink
Add standard provider to preinstalled providers. (#42676)
Browse files Browse the repository at this point in the history
Standard provider should be preinstalled when airflow is installed.
  • Loading branch information
potiuk authored Oct 3, 2024
1 parent 58fdce6 commit db6eb16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hatch_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"imap",
"smtp",
"sqlite",
"standard",
]

# Those extras are dynamically added by hatch in the build hook to metadata optional dependencies
Expand Down

0 comments on commit db6eb16

Please sign in to comment.