Upgrade django-postgres-extra to 1.21a16

This commit is contained in:
Swen Kooij 2019-02-21 12:50:46 +02:00
parent ad99b77bcd
commit 7c432baec7

View File

@ -44,7 +44,7 @@ setup(
author_email='open-source@sectorlabs.ro',
keywords=['django', 'localized', 'language', 'models', 'fields'],
install_requires=[
'django-postgres-extra>=1.21a15',
'django-postgres-extra>=1.21a16',
'Django>=1.11',
'deprecation==2.0.3'
],