-
Notifications
You must be signed in to change notification settings - Fork 319
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #370 from BartHelder/master
New layers for data processing, apis, and AWS
- Loading branch information
Showing
2 changed files
with
10 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,8 @@ mysql-connector-python,GNU GPLv2,Oracle | |
Pillow,https://github.com/python-pillow/Pillow/blob/main/LICENSE,Jeffrey A. Clark | ||
aliyun-python-sdk-actiontrail,Apache-2.0,Aliyun <[email protected]> | ||
tabulate,MIT,[email protected] | ||
paramiko,GNU GPLv2,Jeff Forcier <[email protected]> | ||
pydantic,MIT,Samuel Colvin <[email protected]> | ||
polars,MIT,Ritchie Vink <[email protected]> | ||
s3fs,BSD,Matthew Rocklin | ||
zeep,MIT, Michael van Tellingen <[email protected]> |
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 |
---|---|---|
|
@@ -22,3 +22,8 @@ elasticsearch,Apache-2.0,Honza Kral <[email protected]>; Nick Lang <nick@nick | |
Pillow,https://github.com/python-pillow/Pillow/blob/master/LICENSE,Alex Clark <[email protected]> | ||
pymysql,MIT,[email protected] | ||
selenium,Apache Software License (Apache 2.0),The Selenium Project | ||
paramiko,GNU GPLv2,Jeff Forcier <[email protected]> | ||
pydantic,MIT,Samuel Colvin <[email protected]> | ||
polars,MIT,Ritchie Vink <[email protected]> | ||
s3fs,BSD,Matthew Rocklin | ||
zeep,MIT, Michael van Tellingen <[email protected]> |