Skip to content

Commit a3556ed

Browse files
author
Ryan P Kilby
committed
Set django-fitler requirement to be 0.11.0 and above
1 parent 752edcf commit a3556ed

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
@@ -46,7 +46,7 @@ def get_package_data(package):
4646
#test_suite='rest_framework.runtests.runtests.main',
4747
install_requires=[
4848
'djangorestframework',
49-
'django-filter',
49+
'django-filter>=0.11.0',
5050
],
5151
classifiers=[
5252
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)