Skip to content

Commit

Permalink
Add psutil dependency for stateful ingestion reporting.
Browse files Browse the repository at this point in the history
  • Loading branch information
rslanka committed Feb 9, 2022
1 parent a0a2e02 commit 7e0bb1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion metadata-ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def get_long_description():
"stackprinter",
"tabulate",
"progressbar2",
"psutil>=5.8.0",
}

kafka_common = {
Expand Down Expand Up @@ -88,7 +89,7 @@ def get_long_description():
*sql_common,
# Required for all Snowflake sources
"snowflake-sqlalchemy<=1.2.4",
"cryptography"
"cryptography",
}

# Note: for all of these, framework_common will be added.
Expand Down

0 comments on commit 7e0bb1b

Please sign in to comment.