Skip to content

Commit

Permalink
fix(python): Fix python dependencies for doc generation (datahub-proj…
Browse files Browse the repository at this point in the history
  • Loading branch information
david-leifker authored and cccs-Dustin committed Feb 1, 2023
1 parent ef45714 commit f45d399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata-ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ def get_long_description():
"cached_property",
"ijson",
"click-spinner",
"requests_file",
}

rest_common = {
"requests",
"requests_file"
}

kafka_common = {
Expand Down

0 comments on commit f45d399

Please sign in to comment.