mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
Adjust the version spec according to module rename
rangefilter.filter -> rangefilter.filters rename happened in 0.8.0.
This commit is contained in:
parent
d8702cf0f1
commit
dbc69df3e9
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -24,7 +24,7 @@ setup(
|
|||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
install_requires=[
|
||||
"django-admin-rangefilter>=0.5.0",
|
||||
"django-admin-rangefilter>=0.8.0",
|
||||
"django-jsonfield>=1.0.0",
|
||||
"python-dateutil>=2.6.0",
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue