Skip to content

Commit

Permalink
Remove the dependency on six module.
Browse files Browse the repository at this point in the history
Since Botocore is now used to load data for Boto 3 there is no more need
in the existing codebase for the `six` module. This commit removes it and
removes the `boto3.compat` module. We can re-add it in the future if it
is needed.
  • Loading branch information
danielgtaylor committed Dec 11, 2014
1 parent 2190b6b commit 9995761
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
14 changes: 0 additions & 14 deletions boto3/compat.py

This file was deleted.

1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
-e git://github.com/boto/botocore.git@develop#egg=botocore
-e git://github.com/boto/bcdoc.git@develop#egg=bcdoc
-e git://github.com/boto/jmespath.git@develop#egg=jmespath
six==1.7.3
nose==1.3.3
mock==1.0.1
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ def get_version():
'botocore==0.78.0',
'bcdoc==0.12.2',
'jmespath==0.5.0',
'six==1.7.3',
]

setup(
Expand Down

0 comments on commit 9995761

Please sign in to comment.