Skip to content
This repository was archived by the owner on Dec 28, 2017. It is now read-only.

Commit add8a4a

Browse files
committed
Updated the boto requirement to 2.8.0
1 parent 6013f0a commit add8a4a

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
@@ -17,7 +17,7 @@
1717
license='BSD License',
1818
url='https://github.com/gtaylor/django-dynamodb-sessions',
1919
platforms=["any"],
20-
install_requires=['django', "boto>=2.2.2"],
20+
install_requires=['django', "boto>=2.8.0"],
2121
classifiers=[
2222
'Development Status :: 4 - Beta',
2323
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)