Add django-postgres-extra 1.2 as a dependency

This commit is contained in:
Swen Kooij
2017-02-23 16:25:21 +02:00
parent 3850c34374
commit c206005cae
3 changed files with 6 additions and 13 deletions

View File

@@ -17,6 +17,9 @@ setup(
author='Sector Labs',
author_email='open-source@sectorlabs.ro',
keywords=['django', 'localized', 'language', 'models', 'fields'],
install_requires=[
'django-postgres-extra>=1.2'
],
classifiers=[
'Environment :: Web Environment',
'Framework :: Django',