mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-05-15 02:54:50 +00:00
Allow newer versions of dateutil
This commit is contained in:
parent
c66b36c700
commit
bde49bdb4f
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -2,7 +2,7 @@ from distutils.core import setup
|
|||
|
||||
setup(
|
||||
name='django-auditlog',
|
||||
version='0.6.2',
|
||||
version='0.6.3',
|
||||
packages=['auditlog', 'auditlog.migrations', 'auditlog.management', 'auditlog.management.commands'],
|
||||
package_dir={'': 'src'},
|
||||
url='https://github.com/MacmillanPlatform/django-auditlog/',
|
||||
|
|
@ -12,7 +12,7 @@ setup(
|
|||
description='Audit log app for Django',
|
||||
install_requires=[
|
||||
'django-jsonfield>=1.0.0',
|
||||
'python-dateutil==2.6.0',
|
||||
'python-dateutil>=2.6.0',
|
||||
],
|
||||
zip_safe=False,
|
||||
classifiers=[
|
||||
|
|
|
|||
Loading…
Reference in a new issue