diff --git a/requirements.txt b/requirements.txt index 9d58c11..91a0cd4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -Django>=1.6 +Django>=1.8 requests>=2.0 diff --git a/setup.py b/setup.py index f284498..8d82fbb 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from os import path setup( name = 'bambu-buffer', - version = '3.0, + version = '3.0', description = 'Post to Buffer and manage profile settings through a Django-powered site', author = 'Steadman', author_email = 'mark@steadman.io', @@ -20,7 +20,7 @@ setup( ] }, install_requires = [ - 'Django>=1.6', + 'Django>=1.8', 'requests>=2.0' ], classifiers = [