Skip to content
This repository was archived by the owner on Apr 12, 2018. It is now read-only.

Commit 2a4c48b

Browse files
committed
Update setup.py: no longer fix boto version
1 parent 5f45abd commit 2a4c48b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
keywords='amazon simple wokflow swf python',
2727
zip_safe=True,
2828
install_requires=[
29-
'boto==2.9.8',
29+
'boto',
3030
'mock==1.0.1',
3131
'unittest2==0.5.1',
3232
'xworkflows==1.0.0',

0 commit comments

Comments
 (0)