-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: removed pkg_resources for native namespace support (#707)
* feat: removed pkg_resources for native namespace compatibility * reformatted with black * removed unecessary imports * removed previous changes, used packaging dependeny * Added packaging to test google api imports * changed importlib to packaging in tests * removed small error * add minimum version to packaging dependency * added packaging to 3.7 constraints --------- Co-authored-by: Chalmer Lowe <[email protected]>
- Loading branch information
1 parent
edb93cc
commit eeb1959
Showing
5 changed files
with
26 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,3 +17,4 @@ pyarrow==3.0.0 | |
pydata-google-auth==1.5.0 | ||
tqdm==4.23.0 | ||
protobuf==3.19.5 | ||
packaging==20.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters