Get ready for Django 1.8

This commit is contained in:
Steadman 2015-05-26 16:44:05 +01:00
parent 05cc898e8e
commit f281be79dd
2 changed files with 3 additions and 3 deletions

View file

@ -1,2 +1,2 @@
Django>=1.6
Django>=1.8
requests>=2.0

View file

@ -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 = [