Skip to content

Commit 6c9f79e

Browse files
author
Ryan P Kilby
committed
Bump django-filter min req
1 parent a121125 commit 6c9f79e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def get_package_data(package):
4343
zip_safe=False,
4444
install_requires=[
4545
'djangorestframework',
46-
'django-filter>=0.12.0',
46+
'django-filter>=0.13.0',
4747
],
4848
classifiers=[
4949
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)