-
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.
- Loading branch information
1 parent
b2564e1
commit eb77c3b
Showing
12 changed files
with
122 additions
and
191 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 |
---|---|---|
@@ -1,18 +1,21 @@ | ||
{ | ||
"python_versions": ["p3.9", "p3.10", "p3.10-arm64", "p3.11", "p3.11-arm64"], | ||
"p3.9": { | ||
"packages_file": "packages_p39.csv" | ||
}, | ||
"python_versions": ["p3.10", "p3.10-arm64", "p3.11", "p3.11-arm64", "p3.12", "p3.12-arm64"], | ||
"p3.10": { | ||
"packages_file": "packages_p310.csv" | ||
}, | ||
"p3.11":{ | ||
"packages_file": "packages_p311.csv" | ||
}, | ||
"p3.12":{ | ||
"packages_file": "packages_p312.csv" | ||
}, | ||
"p3.10-arm64": { | ||
"packages_file": "packages_p310-arm64.csv" | ||
}, | ||
"p3.11-arm64":{ | ||
"packages_file": "packages_p311-arm64.csv" | ||
}, | ||
"p3.12-arm64":{ | ||
"packages_file": "packages_p312-arm64.csv" | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Package_Name,License,Authors/Maintainers | ||
aws-xray-sdk,Apache-2.0,AWS | ||
aws-requests-auth,BSD,[email protected] | ||
bcrypt,Apache-2.0,[email protected] | ||
beautifulsoup4,MIT,Leonard Richardson <[email protected]> | ||
boto3,Apache-2.0,AWS | ||
cryptography,Apache-2.0,The Python Cryptographic Authority and individual contributors <[email protected]> | ||
dynamodb-encryption-sdk,Apache-2.0,<[email protected]> | ||
idna,https://github.com/kjd/idna/blob/master/LICENSE.rst,Kim Davis [email protected] | ||
jinja2,BSD,Armin Ronache <[email protected]>; Pallets <[email protected]> | ||
numpy,https://www.numpy.org/license.html,[email protected] | ||
pandas,BSD,<[email protected]> | ||
pyqldb,Apache-2.0,AWS | ||
redshift-connector,Apache License Version 2.0,Amazon Web Services <[email protected]> | ||
requests,Apache-2.0,Kenneth Reitz <[email protected]> | ||
mysql-connector-python,GNU GPLv2,Oracle | ||
aliyun-python-sdk-actiontrail,Apache-2.0,Aliyun <[email protected]> | ||
tabulate,MIT,[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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Package_Name,License,Authors/Maintainers | ||
aws-xray-sdk,Apache-2.0,AWS | ||
aws-requests-auth,BSD,[email protected] | ||
bcrypt,Apache-2.0,[email protected] | ||
beautifulsoup4,MIT,Leonard Richardson <[email protected]> | ||
boto3,Apache-2.0,AWS | ||
cryptography,Apache-2.0,The Python Cryptographic Authority and individual contributors <[email protected]> | ||
dynamodb-encryption-sdk,Apache-2.0,<[email protected]> | ||
idna,https://github.com/kjd/idna/blob/master/LICENSE.rst,Kim Davis [email protected] | ||
jinja2,BSD,Armin Ronache <[email protected]>; Pallets <[email protected]> | ||
numpy,https://www.numpy.org/license.html,[email protected] | ||
pandas,BSD,<[email protected]> | ||
pyqldb,Apache-2.0,AWS | ||
redshift-connector,Apache License Version 2.0,Amazon Web Services <[email protected]> | ||
requests,Apache-2.0,Kenneth Reitz <[email protected]> | ||
mysql-connector-python,GNU GPLv2,Oracle | ||
aliyun-python-sdk-actiontrail,Apache-2.0,Aliyun <[email protected]> | ||
tabulate,MIT,[email protected] |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.