-
Notifications
You must be signed in to change notification settings - Fork 703
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
9c6d601
commit 6fcb149
Showing
10 changed files
with
91 additions
and
94 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
__title__ = "awswrangler" | ||
__description__ = "Utility belt to handle data on AWS." | ||
__version__ = "0.0.8" | ||
__version__ = "0.0.9" | ||
__license__ = "Apache License 2.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
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,8 +1,8 @@ | ||
yapf>=0.28.0 | ||
flake8>=3.7.8 | ||
pytest>=5.1.0 | ||
cfn-lint>=0.23.3 | ||
twine>=1.13.0 | ||
pyspark>=2.4.3 | ||
wheel>=0.33.6 | ||
sphinx>=2.1.2 | ||
yapf~=0.28.0 | ||
flake8~=3.7.8 | ||
pytest~=5.1.0 | ||
cfn-lint~=0.23.3 | ||
twine~=1.13.0 | ||
pyspark~=2.4.3 | ||
wheel~=0.33.6 | ||
sphinx~=2.1.2 |
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,7 +1,7 @@ | ||
botocore>=1.12.238 | ||
boto3>=1.9.238 | ||
pandas>=0.25.1 | ||
s3fs>=0.3.4 | ||
pyarrow>=0.14.1 | ||
tenacity>=5.1.1 | ||
pg8000>=1.13.2 | ||
botocore~=1.12.239 | ||
boto3~=1.9.239 | ||
pandas~=0.25.1 | ||
s3fs~=0.3.4 | ||
pyarrow~=0.14.0 | ||
tenacity~=5.1.1 | ||
pg8000~=1.13.2 |
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
Oops, something went wrong.