Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions compatibility_lib/compatibility_lib/configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@
"""Common configs for compatibility_lib."""


"""IGNORED_DEPENDENCIES are not direct dependencies
for many packages and are not installed via pip,
resulting in unresolvable high priority warnings."""
# IGNORED_DEPENDENCIES are not direct dependencies for many packages and are
# not installed via pip, resulting in unresolvable high priority warnings.
IGNORED_DEPENDENCIES = [
'pip',
'setuptools',
Expand Down
2 changes: 1 addition & 1 deletion compatibility_lib/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

setuptools.setup(
name="compatibility_lib",
version="0.0.7",
version="0.0.8",
author="Cloud Python",
description="A library to get and store the dependency compatibility status"
"data to BigQuery.",
Expand Down