mirror of
https://github.com/hellosteadman/bambu-buffer.git
synced 2025-05-05 00:39:52 +00:00
Get ready for Django 1.8
This commit is contained in:
parent
05cc898e8e
commit
f281be79dd
2 changed files with 3 additions and 3 deletions
|
@ -1,2 +1,2 @@
|
||||||
Django>=1.6
|
Django>=1.8
|
||||||
requests>=2.0
|
requests>=2.0
|
||||||
|
|
4
setup.py
4
setup.py
|
@ -4,7 +4,7 @@ from os import path
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = 'bambu-buffer',
|
name = 'bambu-buffer',
|
||||||
version = '3.0,
|
version = '3.0',
|
||||||
description = 'Post to Buffer and manage profile settings through a Django-powered site',
|
description = 'Post to Buffer and manage profile settings through a Django-powered site',
|
||||||
author = 'Steadman',
|
author = 'Steadman',
|
||||||
author_email = 'mark@steadman.io',
|
author_email = 'mark@steadman.io',
|
||||||
|
@ -20,7 +20,7 @@ setup(
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
install_requires = [
|
install_requires = [
|
||||||
'Django>=1.6',
|
'Django>=1.8',
|
||||||
'requests>=2.0'
|
'requests>=2.0'
|
||||||
],
|
],
|
||||||
classifiers = [
|
classifiers = [
|
||||||
|
|
Loading…
Reference in a new issue