-
Notifications
You must be signed in to change notification settings - Fork 45
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 #26 from Miserlou/develop
fixed cached .delete() bug, testing now with 2.7, 3.5, 3.6, 3.7
- Loading branch information
Showing
5 changed files
with
38 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,6 @@ | ||
appdirs>=1.4.3 | ||
boto3>=1.4.4 | ||
botocore>=1.5.38 | ||
docutils>=0.13.1 | ||
# @bendog not sure why the following are needed | ||
appdirs>=1.4.3 | ||
funcsigs>=1.0.2 | ||
futures>=3.0.5 | ||
jmespath>=0.9.2 | ||
packaging>=16.8 | ||
pbr>=2.0.0 | ||
pyparsing>=2.2.0 | ||
python-dateutil==2.6.0 | ||
s3transfer>=0.1.10 | ||
six>=1.10.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
coverage==4.3.4 | ||
coverage>=4.3.4 | ||
coveralls>=1.1 | ||
moto==1.3.7 | ||
nose==1.3.7 | ||
moto>=1.3.7 | ||
nose>=1.3.7 | ||
nose-timer>=0.6.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